zshrc: add VIMPLUGIN env var

This commit is contained in:
Rob Watson 2021-05-03 10:25:24 +02:00
parent 46bc3752f5
commit db423ef39a
1 changed files with 2 additions and 0 deletions

2
zshrc
View File

@ -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