mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
aaaand it's broken
This commit is contained in:
6
zshrc
6
zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user