From: Colin Patrick McCabe Date: Sat, 27 Mar 2010 22:27:31 +0000 (-0700) Subject: bashrc: Add cmccabe-bin to PATH X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13cbe300354de36fe9721e4171d294b346887209;hp=3b39a1d24563b5611a7cef8461044a962ad40c74;p=cmccabe-etc bashrc: Add cmccabe-bin to PATH --- diff --git a/.bashrc b/.bashrc index 77f95a1..b477840 100644 --- a/.bashrc +++ b/.bashrc @@ -13,6 +13,7 @@ case $- in alias vi='vim' alias wget='wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"' alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' + export PATH="${PATH}:${HOME}/cmccabe-bin" ;; *) # non-interactive shell