all repos — archive/dotfiles @ 0f87ea4e81cfd480310f109f892ae51b919b265c

Superseded by nixfiles

zsh: Add $HOME/bin to path
Alan Pearce alan.pearce@spotcap.com
Mon, 04 Jul 2016 14:36:59 +0200
commit

0f87ea4e81cfd480310f109f892ae51b919b265c

parent

bc564613c5244d86ae94b3ffb88563fe211bc8ca

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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"