Add the path for php binaries to the PATH
This commit is contained in:
parent
e53e78d757
commit
73c7ef6613
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue