]> arthur.barton.de Git - ax-zsh.git/commitdiff
Set "path" and "manpath" as "unique" type (-U), too!
authorAlexander Barton <alex@barton.de>
Tue, 28 Dec 2021 13:14:01 +0000 (14:14 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 28 Dec 2021 13:14:01 +0000 (14:14 +0100)
core/30_path/30_path.zprofile

index 03490293ad85492718fe7c64ee0b6ba231da8e2e..32da563c4d05606a83db20042c40a742c965ddea 100644 (file)
@@ -8,6 +8,7 @@ else
        PATH="/usr/sbin:/usr/bin:/sbin:/bin"
 fi
 typeset -Ux PATH
+typeset -U path
 
 # Prepend additional search paths
 for d (
@@ -59,3 +60,4 @@ if [[ $? -ne 0 ]]; then
        done
 fi
 typeset -Ux MANPATH
+typeset -U manpath