Add the path for php binaries to the PATH

This commit is contained in:
Jonny Barnes 2017-12-11 11:12:14 +00:00
parent e53e78d757
commit 73c7ef6613

3
zshrc
View file

@ -175,6 +175,9 @@ export PATH="$PATH:$HOME/.gem/ruby/2.4.0/bin"
# PostgreSQL binaries
test -d /usr/local/pgsql && export PATH="$PATH:/usr/local/pgsql/bin"
# PHP binaries
test -d $HOME/.php/bin && export PATH="$PATH:$HOME/.php/bin"
# Set the DEFAULT_USER variable to me (jonny)
export DEFAULT_USER="jonny"