fixed bug with bin older not working correctly
This commit is contained in:
parent
fa911d815f
commit
be078ac68c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue