From c944529bcf317ada6540cb1655f3d85a4a898e56 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 17 Sep 2010 11:20:15 -0400 Subject: [PATCH] Compress the default path line in zprofile. --- zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.43.2