From: Mark Szymanski Date: Sun, 5 Dec 2010 22:49:58 +0000 (-0600) Subject: Added REF_DIR variable for the ref plugin X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=9448e355cabf4bbcc4d7aca4f54dfb76b3bf915a;p=common%2Fbash_it.git 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 @@ 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