zsh: Add $HOME/bin to path
Alan Pearce alan.pearce@spotcap.com
Mon, 04 Jul 2016 14:36:59 +0200
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -11,6 +11,11 @@ zplug "tymm/zsh-directory-history", as:plugin WORDCHARS='*?_-[]~.&;!#$%^(){}<>' +if [[ ${path[(I)$HOME/bin ]} ]] +then + path+=($HOME/bin) +fi + ls='\ls' gnu_ls_options="-v --group-directories-first --color=auto" gnu_ls_isodate="--time-style=long-iso"