From 70ff867704c6913085301be32226fb92d0a51070 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 28 Aug 2017 11:11:17 +0100 Subject: [PATCH] Bugfix hstr logic --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 38000cd..5eed9fc 100644 --- a/.bashrc +++ b/.bashrc @@ -152,7 +152,7 @@ fi source ~/bin/commacd.sh -if [ ${NO_HH} != "true" ]; then +if [ "${NO_HH}" != "true" ]; then # hh / hstr configuration (https://github.com/dvorka/hstr/) export HH_CONFIG=hicolor # get more colors if [[ $- =~ .*i.* ]] || [ "${FORCE_HH}" == "true" ]; then