diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 10:43:12 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 10:43:12 +0100 |
| commit | 6bf3c529fbaf808a11ec1b6cf87457c9cdc550ae (patch) | |
| tree | 2071e3ff999c085afe58d25aaa303a410a79d348 | |
| parent | Set EDITOR based on DISPLAY (diff) | |
| download | util-6bf3c529fbaf808a11ec1b6cf87457c9cdc550ae.tar.bz2 util-6bf3c529fbaf808a11ec1b6cf87457c9cdc550ae.tar.xz util-6bf3c529fbaf808a11ec1b6cf87457c9cdc550ae.zip | |
Modern hstr options
| -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 |
