Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
afafe31
)
Removed REF_DIR variable from .bash_profile template.
author
Mark Szymanski
<mrman208@me.com>
Mon, 6 Dec 2010 22:20:36 +0000
(16:20 -0600)
committer
Mark Szymanski
<mrman208@me.com>
Mon, 6 Dec 2010 22:20:36 +0000
(16:20 -0600)
template/bash_profile.template.bash
patch
|
blob
|
history
diff --git
a/template/bash_profile.template.bash
b/template/bash_profile.template.bash
index
441e06b
..
17853b1
100644
(file)
--- a/
template/bash_profile.template.bash
+++ b/
template/bash_profile.template.bash
@@
-50,8
+50,5
@@
export TODO="t"
# Set store directory for handmade commandline history tool
export hchtstoredir="$HOME/.hcht"
-# Set this to the directory to use for the ref plugin
-export REF_DIR="$HOME/.ref/"
-
# Load Bash It
source $BASH/bash_it.sh