diff --git a/zshrc b/zshrc index 8629ff5..29bb6a2 100644 --- a/zshrc +++ b/zshrc @@ -127,6 +127,8 @@ export PATH=$HOME/bin:$PATH export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/script:$PATH +export VIMPLUGIN="$HOME/.vim/pack/git-plugins" + # source local zshrc, if it exists (not: not in git) if [ -f $ZDOTDIR/.zshrc.local ]; then . $ZDOTDIR/.zshrc.local