diff --git a/.bashrc b/.bashrc index a59a6f5..424f6a8 100644 --- a/.bashrc +++ b/.bashrc @@ -151,3 +151,7 @@ if ! shopt -oq posix; then fi source ~/bin/commacd.sh + +# hh / hstr configuration (https://github.com/dvorka/hstr/) +export HH_CONFIG=hicolor # get more colors +if [[ $- =~ .*i.* ]]; then bind '"\C-r": "\C-a hh \C-j"'; fi