zsh: add hstr config
This commit is contained in:
parent
b3584b9475
commit
09f42f5233
6
.zshrc
6
.zshrc
@ -105,3 +105,9 @@ then
|
|||||||
[ "`pwd`" = ~$SUDO_USER ] && cd
|
[ "`pwd`" = ~$SUDO_USER ] && cd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# HSTR configuration - add this to ~/.zshrc
|
||||||
|
alias hh=hstr # hh to be alias for hstr
|
||||||
|
setopt histignorespace # skip cmds w/ leading space from history
|
||||||
|
export HSTR_CONFIG=hicolor # get more colors
|
||||||
|
#bindkey -s "\C-r" "\C-a hstr -- \C-j" # bind hstr to Ctrl-r (for Vi mode check doc)
|
||||||
|
Loading…
Reference in New Issue
Block a user