1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00
Files
oh-my-zsh/plugins/hstr/hstr.plugin.zsh
Krzysztof Hajdamowicz 4098577128 Add plugin for hstr
2020-09-14 17:06:37 +02:00

5 lines
256 B
Bash

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)