diff --git a/.bash_host b/.bash_host index 8ca0fb9..cb95497 100644 --- a/.bash_host +++ b/.bash_host @@ -31,9 +31,9 @@ HOST_COLOUR="${HC}${FYEL}" # Whether we should disable hh integration or not. # Useful if we're on a machine that doesn't have it installed. -NO_HH=false; +NO_HH=true; -which hh; -if [[ "$?" -ne "0" ]; then +which hh 1>/dev/null 2>&1; +if [[ "$?" -ne "0" ]]; then NO_HH=true; fi