From b51fef87be3df8f411ae5e223ce3d853ffcbc82a Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 9 Apr 2014 11:22:02 +0200 Subject: Push users bin folder to the right position. --- .zsh.before/path.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh.before') diff --git a/.zsh.before/path.zsh b/.zsh.before/path.zsh index fc2620e..843121b 100644 --- a/.zsh.before/path.zsh +++ b/.zsh.before/path.zsh @@ -18,7 +18,7 @@ PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting # replace /usr/local/bin once with $HOME/bin:/usr/local/bin in $PATH autoload -U regexp-replace if [[ "$PATH" != *dave/bin:/usr/local/sbin* && "$HOST" != *giev* ]];then - regexp-replace PATH '/usr/local/bin:' '$HOME/bin:/usr/local/sbin:' + regexp-replace PATH '/usr/local/sbin:/usr/local/bin:' '$HOME/bin:/usr/local/sbin:/usr/local/bin:' fi ## RASPBERRY PI -- cgit v1.2.3-54-g00ecf