]> arthur.ath.cx Git - ax-zsh.git/blobdiff - core/30_path/30_path.zprofile
Revert 'Set "path" and "manpath" as "unique" type (-U), too!'
[ax-zsh.git] / core / 30_path / 30_path.zprofile
index a15e00620734499a6e67c0e80d22f401f3e9859c..f95a8c658e389bb905a373bc8be1cc59d962d712 100644 (file)
@@ -8,7 +8,6 @@ else
        PATH="/usr/sbin:/usr/bin:/sbin:/bin"
 fi
 typeset -Ux PATH
-typeset -U path
 
 _axzsh_setup_path() {
        # Prepend additional search paths
@@ -65,4 +64,3 @@ if [[ $? -ne 0 ]]; then
        done
 fi
 typeset -Ux MANPATH
-typeset -U manpath