From: Alexander Barton Date: Tue, 28 Dec 2021 13:14:01 +0000 (+0100) Subject: Set "path" and "manpath" as "unique" type (-U), too! X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=25cf1cc8c8c30f0162e551d6fdfdd84212b24395 Set "path" and "manpath" as "unique" type (-U), too! --- diff --git a/core/30_path/30_path.zprofile b/core/30_path/30_path.zprofile index 0349029..32da563 100644 --- a/core/30_path/30_path.zprofile +++ b/core/30_path/30_path.zprofile @@ -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