removed radicale as it has now it's own repro

https://gitlab.cs.fau.de/ik15ydit/radicale-something
This commit is contained in:
atlantispc_sheppy
2017-05-27 11:45:05 +02:00
parent 8b9356aefb
commit 7faa76a285
3 changed files with 1 additions and 257 deletions

2
zshrc
View File

@@ -234,7 +234,7 @@ 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)}
hhs(){print -z "$(cat ~/.config/zshhistory.log | peco)"}
zle -N hhstest hhs
bindkey ^R hhstest
source ~/.config/other/zsh-history-substring-search.zsh