Mon, 03 Jul 2017 12:37:33 -0400
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