1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

Bugfix hstr logic

This commit is contained in:
Starbeamrainbowlabs 2017-08-28 11:11:17 +01:00
parent 970b51d269
commit 70ff867704

View file

@ -152,7 +152,7 @@ fi
source ~/bin/commacd.sh source ~/bin/commacd.sh
if [ ${NO_HH} != "true" ]; then if [ "${NO_HH}" != "true" ]; then
# hh / hstr configuration (https://github.com/dvorka/hstr/) # hh / hstr configuration (https://github.com/dvorka/hstr/)
export HH_CONFIG=hicolor # get more colors export HH_CONFIG=hicolor # get more colors
if [[ $- =~ .*i.* ]] || [ "${FORCE_HH}" == "true" ]; then if [[ $- =~ .*i.* ]] || [ "${FORCE_HH}" == "true" ]; then