move ~/bin into zshenv

Mon, 03 Jul 2017 12:37:33 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 03 Jul 2017 12:37:33 -0400
changeset 616
6c094ff1cb87
parent 615
9a899e4f4290
child 617
595c6f803258

move ~/bin into zshenv

.zshenv file | annotate | diff | comparison | revisions
.zshrc file | annotate | diff | comparison | revisions
new file mode 100644
--- /dev/null
+++ b/.zshenv
@@ -0,0 +1,2 @@
+typeset -U path manpath
+path[1,0]="$HOME/bin"
--- a/.zshrc
+++ b/.zshrc
@@ -1,4 +1,4 @@
-typeset -U path manpath omz_plugins zsh_plugins envthings
+typeset -U omz_plugins zsh_plugins envthings
 
 # Version/environment management tools to load
 envthings=(plenv rakudobrew)
@@ -34,9 +34,6 @@ if [ -f ~/.zgen/zgen.zsh ]; then
   fi
 fi
 
-
-path[1,0]="$HOME/bin"
-
 REPORTTIME=5
 
 setopt list_packed

mercurial