From ac3f4502127b62041006e3e83f1fc46d27d70587 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 18 Sep 2013 21:26:57 -0400 Subject: [PATCH] add vim path on cse boxes --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index f91bbb0..f2b9007 100644 --- a/.zshrc +++ b/.zshrc @@ -16,6 +16,7 @@ fi if test -d /soft/linux/pkg/bin ; then export PATH=/soft/linux/pkg/bin:${PATH}; + export PATH=/soft/lus/linux/vim/7.4-$(uname -m)/bin:$PATH; fi # List directory when changing (github/r00k)