projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3b39a1d
)
bashrc: Add cmccabe-bin to PATH
author
Colin Patrick McCabe
<cmccabe@alumni.cmu.edu>
Sat, 27 Mar 2010 22:27:31 +0000 (15:27 -0700)
committer
Colin Patrick McCabe
<cmccabe@alumni.cmu.edu>
Sat, 27 Mar 2010 22:27:31 +0000 (15:27 -0700)
.bashrc
patch
|
blob
|
history
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