aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-04-09 11:22:02 +0200
committerDavid Runge <david.runge@frqrec.com>2014-04-09 11:22:02 +0200
commitb51fef87be3df8f411ae5e223ce3d853ffcbc82a (patch)
tree821d073934e82104dec38a857a18925590132f1f /.zsh.before
parent27cc256032ca9c5a34fb7e9f7686134b929c525d (diff)
downloaddotfiles-b51fef87be3df8f411ae5e223ce3d853ffcbc82a.tar.gz
dotfiles-b51fef87be3df8f411ae5e223ce3d853ffcbc82a.tar.bz2
dotfiles-b51fef87be3df8f411ae5e223ce3d853ffcbc82a.tar.xz
dotfiles-b51fef87be3df8f411ae5e223ce3d853ffcbc82a.zip
Push users bin folder to the right position.
Diffstat (limited to '.zsh.before')
-rw-r--r--.zsh.before/path.zsh2
1 files changed, 1 insertions, 1 deletions
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