From 6bf3c529fbaf808a11ec1b6cf87457c9cdc550ae Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 27 Aug 2021 10:43:12 +0100 Subject: Modern hstr options --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 776bf8d..e065b0d 100644 --- a/bashrc +++ b/bashrc @@ -206,7 +206,7 @@ shopt -s no_empty_cmd_completion [ -x /usr/bin/fuck ] && eval $(thefuck --alias) if [ -x /usr/bin/hh ] ; then - export HH_CONFIG=hicolor,keywords,rawhistory + export HSTR_CONFIG=hicolor,raw-history-view export PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" if [[ $- =~ .*i.* ]]; then bind '"\C-r": "\C-a hh -- \C-j"'; fi fi -- cgit v1.2.3