Added REF_DIR variable for the ref plugin

pull/32/head
Mark Szymanski 2010-12-05 16:49:58 -06:00
parent ad996f0a93
commit 9448e355ca
1 changed files with 3 additions and 0 deletions

View File

@ -50,5 +50,8 @@ export TODO="t"
# Set store directory for handmade commandline history tool # Set store directory for handmade commandline history tool
export hchtstoredir="$HOME/.hcht" export hchtstoredir="$HOME/.hcht"
# Set this to the directory to use for the ref plugin
export REF_DIR="$HOME/.ref/"
# Load Bash It # Load Bash It
source $BASH/bash_it.sh source $BASH/bash_it.sh