1
0
Fork 0

Merge branch 'master' of github.com:sbrl/bin

This commit is contained in:
Starbeamrainbowlabs 2017-10-23 21:54:20 +01:00
commit 663ddd5ab1
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ NO_HH=false;
# with extreme caution!
FORCE_HH=false;
# The preferred CLI text editor. Not needed on most systems due to sensible-editor,
# but needed on arch-like systems apparently.
#export VISUAL="nano";
which hh 1>/dev/null 2>&1;
if [[ "$?" -ne "0" ]]; then
NO_HH=true;