From: Nick Bowler Date: Fri, 17 Sep 2010 15:20:15 +0000 (-0400) Subject: Compress the default path line in zprofile. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/c944529bcf317ada6540cb1655f3d85a4a898e56 Compress the default path line in zprofile. --- diff --git a/zprofile b/zprofile index a0001c4..e3cc07b 100644 --- a/zprofile +++ b/zprofile @@ -5,7 +5,7 @@ if [[ -e /etc/profile.env ]]; then fi # Default path -path_front /{bin,sbin} /usr/{bin,sbin} /usr/local/{bin,sbin} $HOME/bin +path_front {,/usr,/usr/local}{/bin,/sbin} $HOME/bin # Default user settings export EDITOR=${EDITOR:-=vim}