.zshrc: Remove Tomcat 7 from PATH
This commit is contained in:
parent
506fb61f9d
commit
906da0cdbd
2
.zshrc
2
.zshrc
@ -43,7 +43,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
||||
# See: https://tug.org/mactex/morepackages.html
|
||||
[[ -d /usr/local/texlive/2016basic/bin/x86_64-darwin ]] && PATH=$PATH:/usr/local/texlive/2016basic/bin/x86_64-darwin
|
||||
|
||||
PATH="/usr/local/opt/postgresql@9.5/bin:/usr/local/opt/tomcat@7/bin:$PATH"
|
||||
PATH="/usr/local/opt/postgresql@9.5/bin:$PATH"
|
||||
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
||||
# noop
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user