1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 20:09:26 +00:00

[Fix #381] Remove the path_helper workaround

This commit is contained in:
Sorin Ionescu
2013-01-27 18:58:23 -05:00
parent 095863e6ae
commit 6fd00449a6
2 changed files with 0 additions and 26 deletions

View File

@ -43,16 +43,9 @@ typeset -gU cdpath fpath mailpath path
# Set the list of directories that Zsh searches for programs.
path=(
/usr/local/{bin,sbin}
/usr/{bin,sbin}
/{bin,sbin}
$path
)
for path_file in /etc/paths.d/*(.N); do
path+=($(<$path_file))
done
unset path_file
#
# Less
#