From bf06e88d83f90a9dbee1d98696dde1e89a893d8f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 28 Jun 2016 09:34:50 +0100 Subject: [PATCH] Add hstr config --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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