ohmyzsh/plugins/hstr/hstr.plugin.zsh

5 lines
256 B
Bash
Raw Normal View History

2020-09-14 14:57:09 +00:00
alias hh=hstr # hh to be alias for hstr
export HISTFILE=~/.zsh_history # ensure history file visibility
export HSTR_CONFIG=hicolor # get more colors
bindkey -s "\C-r" "\eqhstr\n" # bind hstr to Ctrl-r (for Vi mode check doc)