remove unneeded program paths

This commit is contained in:
Dmytro Meleshko 2019-01-30 16:52:01 +02:00
parent fa2cca9c44
commit 90b09e1737
No known key found for this signature in database
GPG key ID: 842C32A03AC953B2

View file

@ -6,9 +6,7 @@ typeset -aU fpath manpath path
if is_macos; then
path=(
~/Library/Python/*/bin
~/Library/Haskell/bin
/usr/local/opt/file-formula/bin # file
/usr/local/opt/gnu-sed/libexec/gnubin # GNU sed
/usr/local/opt/gnu-tar/libexec/gnubin # GNU tar
/usr/local/opt/unzip/bin # GNU unzip
/usr/local/opt/openssl/bin # openssl
@ -21,7 +19,6 @@ if is_macos; then
manpath=(
/usr/local/opt/file-formula/share/man # file
/usr/local/opt/gnu-sed/libexec/gnuman # GNU sed
/usr/local/opt/gnu-tar/libexec/gnuman # GNU tar
/usr/local/opt/unzip/share/man # GNU unzip
/usr/local/opt/openssl/share/man # openssl