projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2c66844
)
.bashrc: add cmccabe-hbin to the path if it exists
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sun, 1 Jul 2012 21:44:20 +0000 (14:44 -0700)
committer
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sun, 1 Jul 2012 21:46:33 +0000 (14:46 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index
6a2f2d9
..
b424553
100644
(file)
--- a/
.bashrc
+++ b/
.bashrc
@@
-31,6
+31,7
@@
case $- in
alias bterm='xterm -fn "-adobe-courier-bold-r-normal--34-240-100-100-m-200-iso8859-1" -geometry 60x30-50-50'
alias mplayer="mplayer -fs -ac a52,"
export PATH="${PATH}:${HOME}/cmccabe-bin"
+ [ -d "${HOME}/cmccabe-hbin" ] && export PATH="${PATH}:${HOME}/cmccabe-hbin"
export EDITOR="/usr/bin/vim"
export CSCOPE_EDITOR="${EDITOR}"
;;