mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 16:18:00 +00:00
[Fix #165] Remove personal paths from environment
This commit is contained in:
parent
a438b146fe
commit
76347e638a
@ -28,21 +28,16 @@ typeset -gUT INFOPATH infopath
|
||||
|
||||
cdpath=(
|
||||
$HOME
|
||||
$HOME/Developer
|
||||
$cdpath
|
||||
)
|
||||
|
||||
infopath=(
|
||||
$HOME/.tilde/share/info
|
||||
$HOME/.tilde/opt/share/info
|
||||
/usr/local/share/info
|
||||
/usr/share/info
|
||||
$infopath
|
||||
)
|
||||
|
||||
manpath=(
|
||||
$HOME/.tilde/share/man
|
||||
$HOME/.tilde/opt/share/man
|
||||
/usr/local/share/man
|
||||
/usr/share/man
|
||||
$manpath
|
||||
@ -53,8 +48,6 @@ for path_file in /etc/manpaths.d/*(.N); do
|
||||
done
|
||||
|
||||
path=(
|
||||
$HOME/.tilde/{bin,sbin}
|
||||
$HOME/.tilde/opt/{bin,sbin}
|
||||
/usr/local/{bin,sbin}
|
||||
/usr/{bin,sbin}
|
||||
/{bin,sbin}
|
||||
|
Loading…
Reference in New Issue
Block a user