add vim path on cse boxes

This commit is contained in:
Andrew Tomaka 2013-09-18 21:26:57 -04:00
parent 324fe1adba
commit ac3f450212

1
.zshrc
View file

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