mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Fix default .bash_host
This commit is contained in:
parent
63d2449bff
commit
f7c411ed04
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ HOST_COLOUR="${HC}${FYEL}"
|
||||||
|
|
||||||
# Whether we should disable hh integration or not.
|
# Whether we should disable hh integration or not.
|
||||||
# Useful if we're on a machine that doesn't have it installed.
|
# Useful if we're on a machine that doesn't have it installed.
|
||||||
NO_HH=false;
|
NO_HH=true;
|
||||||
|
|
||||||
which hh;
|
which hh 1>/dev/null 2>&1;
|
||||||
if [[ "$?" -ne "0" ]; then
|
if [[ "$?" -ne "0" ]]; then
|
||||||
NO_HH=true;
|
NO_HH=true;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue