1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

Fix path-related typesets

* Do allow duplicate entries in MAILPATH.
* Tie INFOPATH to infopath.
This commit is contained in:
Sorin Ionescu 2012-03-13 01:06:10 -04:00
parent 98e63641a9
commit 11d5792243

View File

@ -22,7 +22,8 @@ unsetopt HUP # Don't kill jobs on shell exit.
unsetopt CHECK_JOBS # Don't report on jobs when shell exit.
# PATH
typeset -U cdpath fpath infopath manpath path
typeset -U cdpath fpath mailpath manpath path
typeset -UT INFOPATH infopath
cdpath=(
$HOME