zshrc: add VIMPLUGIN env var
This commit is contained in:
parent
46bc3752f5
commit
db423ef39a
2
zshrc
2
zshrc
|
@ -127,6 +127,8 @@ export PATH=$HOME/bin:$PATH
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
export PATH=$HOME/script:$PATH
|
export PATH=$HOME/script:$PATH
|
||||||
|
|
||||||
|
export VIMPLUGIN="$HOME/.vim/pack/git-plugins"
|
||||||
|
|
||||||
# source local zshrc, if it exists (not: not in git)
|
# source local zshrc, if it exists (not: not in git)
|
||||||
if [ -f $ZDOTDIR/.zshrc.local ]; then
|
if [ -f $ZDOTDIR/.zshrc.local ]; then
|
||||||
. $ZDOTDIR/.zshrc.local
|
. $ZDOTDIR/.zshrc.local
|
||||||
|
|
Loading…
Reference in New Issue