Fix path-related typesets

* Do allow duplicate entries in MAILPATH.
* Tie INFOPATH to infopath.
main
Sorin Ionescu 13 years ago
parent 98e63641a9
commit 11d5792243

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

Loading…
Cancel
Save