From: Mark Wooding Date: Tue, 8 Aug 2017 22:59:35 +0000 (+0100) Subject: dot/profile: Install some path hacks by default at login time. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/b97b3f8ee4cbe734744e9549d93c5a7bf108c64e?ds=inline dot/profile: Install some path hacks by default at login time. This way they'll also be picked up by Emacs. Which is nice. --- diff --git a/dot/profile b/dot/profile index 818ae8a..c1159de 100644 --- a/dot/profile +++ b/dot/profile @@ -88,6 +88,11 @@ if [ -d /usr/local/plan9 ]; then __mdw_addto PATH r $PLAN9/bin fi +## Check for some standard path hacks. +for i in ccache; do + __mdw_addto PATH l "$HOME"/bin/hacks/$i +done + ###-------------------------------------------------------------------------- ### Some other preliminaries.