From 6c5299cb65bbd1e1176c53e52777b45fbf18c242 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 24 Jun 2003 06:02:03 +0000 Subject: [PATCH] add /usr/local/bin to path if the dir exists git-svn-id: file:///svn/tfheen/trunk/dotfiles@168 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- environment | 1 + 1 file changed, 1 insertion(+) diff --git a/environment b/environment index 16527ce..7d76243 100644 --- a/environment +++ b/environment @@ -20,6 +20,7 @@ appendpathifdir () { appendpathifdir /store/gnu/bin appendpathifdir /store/bin +setpathifdir /usr/local/bin setpathifdir $HOME/usr/bin setpathifdir $HOME/bin appendpathifdir /usr/sbin -- 2.39.5