From: tfheen Date: Mon, 11 Nov 2002 01:23:35 +0000 (+0000) Subject: correct order of $HOME/usr/bin and $HOME/bin X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f592b79d8e5a5e2672593f2ced08f7818c320d;p=dotfiles correct order of $HOME/usr/bin and $HOME/bin git-svn-id: file:///svn/tfheen/trunk/dotfiles@110 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/environment b/environment index b7988a4..6e6e956 100644 --- a/environment +++ b/environment @@ -20,8 +20,8 @@ appendpathifdir () { appendpathifdir /store/gnu/bin appendpathifdir /store/bin -setpathifdir $HOME/bin setpathifdir $HOME/usr/bin +setpathifdir $HOME/bin CVSROOT=~/data/cvs EDITOR=emacs