mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Merge branch 'master' of github.com:sbrl/bin
This commit is contained in:
commit
663ddd5ab1
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ NO_HH=false;
|
||||||
# with extreme caution!
|
# with extreme caution!
|
||||||
FORCE_HH=false;
|
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;
|
which hh 1>/dev/null 2>&1;
|
||||||
if [[ "$?" -ne "0" ]]; then
|
if [[ "$?" -ne "0" ]]; then
|
||||||
NO_HH=true;
|
NO_HH=true;
|
||||||
|
|
Loading…
Reference in a new issue