Fix path-related typesets
* Do allow duplicate entries in MAILPATH. * Tie INFOPATH to infopath.
This commit is contained in:
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.
|
||||
|
||||
# PATH
|
||||
typeset -U cdpath fpath infopath manpath path
|
||||
typeset -U cdpath fpath mailpath manpath path
|
||||
typeset -UT INFOPATH infopath
|
||||
|
||||
cdpath=(
|
||||
$HOME
|
||||
|
|
Loading…
Reference in a new issue