]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zshenv
install.sh: fix syntax for Bourne shells
[dotfiles.git] / etc / zsh / .zshenv
index 56f80dc83749a4ffcab265af94ead48dd31520bc..f961cfb48a39556245220ce0971432844690fad2 100644 (file)
@@ -55,7 +55,7 @@ function _sev_setpath {
     #       remove any further occurences to capture elements from the old PATH
     #       that we did not anticipate and shift them to the front, since they are
     #       probably important to the system
-    typeset -U path fpath
+    typeset -gU path fpath
     # add as many generic paths as possible to keep the order we want
     # NOTE: /usr/{local,pkg,games} are unix/bsdisms
     # XXX: PREFIX not validated, non-posix but Termux uses it, maybe others
@@ -92,7 +92,6 @@ function _sev_setpath {
     # FPATH is not exported by default
     export FPATH
     typeset +U path fpath
-    unset syspath len i
 }
 
 ### common exports
This page took 0.032953 seconds and 4 git commands to generate.