diff options
-rw-r--r-- | .zsh.before/path.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.before/path.zsh b/.zsh.before/path.zsh index 9b1579f..fc2620e 100644 --- a/.zsh.before/path.zsh +++ b/.zsh.before/path.zsh @@ -17,7 +17,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* ]];then +if [[ "$PATH" != *dave/bin:/usr/local/sbin* && "$HOST" != *giev* ]];then regexp-replace PATH '/usr/local/bin:' '$HOME/bin:/usr/local/sbin:' fi |