diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |