diff --git a/zsh/antibody_plugins.txt b/zsh/antibody_plugins.txt index 620c39b..97afe2e 100644 --- a/zsh/antibody_plugins.txt +++ b/zsh/antibody_plugins.txt @@ -1,6 +1,5 @@ ohmyzsh/ohmyzsh path:plugins/command-not-found ohmyzsh/ohmyzsh path:plugins/common-aliases -ohmyzsh/ohmyzsh path:plugins/copyfile ohmyzsh/ohmyzsh path:plugins/fzf ohmyzsh/ohmyzsh path:plugins/git ohmyzsh/ohmyzsh path:plugins/pip diff --git a/zshrc b/zshrc index 9cbcd10..ceb9735 100644 --- a/zshrc +++ b/zshrc @@ -22,6 +22,9 @@ fi if [[ -f /usr/share/zsh-antidote/antidote.zsh ]]; then source /usr/share/zsh-antidote/antidote.zsh fi +if [[ -f ${HOME}/.zsh/antidote/antidote.zsh ]]; then + source ${HOME}/.zsh/antidote/antidote.zsh +fi # configuring fzf plugin for tmux export ZSH_TMUX_CONFIG=${HOME}/.config/tmux/tmux.conf