bashrc: Add cmccabe-bin to PATH
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Sat, 27 Mar 2010 22:27:31 +0000 (15:27 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Sat, 27 Mar 2010 22:27:31 +0000 (15:27 -0700)
.bashrc

diff --git a/.bashrc b/.bashrc
index 77f95a1..b477840 100644 (file)
--- 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