From 0f87ea4e81cfd480310f109f892ae51b919b265c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 4 Jul 2016 14:36:59 +0200 Subject: zsh: Add $HOME/bin to path --- tag-zsh/config/zsh/zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tag-zsh/config') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 237b94a..160257e 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/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" -- cgit 1.4.1