Include .local/bin in PATH

This commit is contained in:
Oliver Davies 2020-05-06 17:28:09 +01:00
parent f864c6dc1e
commit 2caaa1ed57

View file

@ -6,6 +6,7 @@ export PATH=$PATH:$HOME/.composer/vendor/bin
export PATH=$PATH:/usr/local/sbin
export PATH=$PATH:"$HOME/.platformsh/bin"
export PATH="$HOME/.bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
# extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post
# these are loaded first, second, and third, respectively.