# HG changeset patch # User Meredith Howard # Date 1499099853 14400 # Node ID 6c094ff1cb8706063077240ed96865b76ebfda34 # Parent 9a899e4f4290c7f0ecf2fbb788f9aa4970fe1204 move ~/bin into zshenv diff --git a/.zshenv b/.zshenv new file mode 100644 --- /dev/null +++ b/.zshenv @@ -0,0 +1,2 @@ +typeset -U path manpath +path[1,0]="$HOME/bin" diff --git a/.zshrc b/.zshrc --- 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