aaaand it's broken

This commit is contained in:
atlantispc_sheppy
2017-05-26 04:46:57 +02:00
parent ec68c019b6
commit f380b57023
2 changed files with 4 additions and 4 deletions

6
zshrc
View File

@@ -228,9 +228,9 @@ if [[ $HOST =~ faui* ]]; then
fi
### Experimental ###
alias hs='eval $(cat .config/zshhistory.log | peco)'
alias cfind='print -z $(cat .config/zshhistory.log | peco)'
hhs(){print -z $(cat .config/zshhistory.log | peco)}
alias hs='eval $(cat ~/.config/zshhistory.log | peco)'
alias cfind='print -z $(cat ~/.config/zshhistory.log | peco)'
hhs(){print -z $(cat ~/.config/zshhistory.log | peco)}
zle -N hhstest hhs
bindkey ^R hhstest
source ~/.config/other/zsh-history-substring-search.zsh