fixed bug with bin older not working correctly

This commit is contained in:
Nikolas Weger 2015-07-23 14:55:24 +02:00
parent fa911d815f
commit be078ac68c

View file

@ -5,7 +5,7 @@ export ZSH=~/.dotfiles/lib/ohmyzsh
ZSH_THEME="pygmalion" ZSH_THEME="pygmalion"
# Path # Path
export PATH="~/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH" export PATH="$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH"
# Plugins # Plugins
plugins=(gem bundler composer git pip vagrant docker python extract) plugins=(gem bundler composer git pip vagrant docker python extract)