add vim path on cse boxes
This commit is contained in:
parent
324fe1adba
commit
ac3f450212
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -16,6 +16,7 @@ fi
|
||||||
|
|
||||||
if test -d /soft/linux/pkg/bin ; then
|
if test -d /soft/linux/pkg/bin ; then
|
||||||
export PATH=/soft/linux/pkg/bin:${PATH};
|
export PATH=/soft/linux/pkg/bin:${PATH};
|
||||||
|
export PATH=/soft/lus/linux/vim/7.4-$(uname -m)/bin:$PATH;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# List directory when changing (github/r00k)
|
# List directory when changing (github/r00k)
|
||||||
|
|
Loading…
Reference in a new issue