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:
parent
970b51d269
commit
70ff867704
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.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
|
||||
|
|
Loading…
Reference in a new issue