]> git.draconx.ca Git - zshconf.git/commitdiff
Compress the default path line in zprofile.
authorNick Bowler <nbowler@elliptictech.com>
Fri, 17 Sep 2010 15:20:15 +0000 (11:20 -0400)
committerNick Bowler <nbowler@elliptictech.com>
Fri, 17 Sep 2010 15:20:15 +0000 (11:20 -0400)
zprofile

index a0001c488bb2b42566477d142e8b8dd8507b7949..e3cc07b1940f9db5356bf1a9d6627e334e7b6e3d 100644 (file)
--- 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}