From 7857dbd6d7a4bfced3e71bc440220ef36d7396af Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 24 Apr 2014 21:56:06 -0700 Subject: [PATCH] add the local/bin to the front of path --- zsh-files/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-files/zshrc b/zsh-files/zshrc index 29113f4..23538d1 100644 --- a/zsh-files/zshrc +++ b/zsh-files/zshrc @@ -52,4 +52,5 @@ source $ZSH/oh-my-zsh.sh # alias vim="~/local/bin/vim" +export PATH=~/local/bin:$PATH export EDITOR=vim