From 906da0cdbd78c4884d589f63f5f1975aec490133 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 12 Jan 2018 06:10:50 +0200 Subject: [PATCH] .zshrc: Remove Tomcat 7 from PATH --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2fc219f..65adbc4 100644 --- a/.zshrc +++ b/.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