update HyDE
This commit is contained in:
4
.config/zsh/completions/fzf.zsh
Normal file
4
.config/zsh/completions/fzf.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ctrl-R fzf completio
|
||||
if command -v fzf &>/dev/null; then
|
||||
eval "$(fzf --zsh)"
|
||||
fi
|
Reference in New Issue
Block a user