Added REF_DIR variable for the ref plugin
parent
ad996f0a93
commit
9448e355ca
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue