commit | 9448e355cabf4bbcc4d7aca4f54dfb76b3bf915a | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周日 12月 05 16:49:58 2010 -0600 |
committer | Mark Szymanski <mrman208@me.com> | 周日 12月 05 16:49:58 2010 -0600 |
tree | 05be5b7955b9ae824ef8931bbdf2384e6a542fd9 | |
parent | ad996f0a9313ba58014840eda3d4c8b74ae47f90 [diff] |
Added REF_DIR variable for the ref plugin
diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 17853b1..441e06b 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash
@@ -50,5 +50,8 @@ # 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