ZSH: use fzf for completion

This commit is contained in:
Tobias Manske 2022-06-01 19:10:21 +02:00
parent f9b89077b9
commit 375334582c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 202689A59D645C1C
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -149,3 +149,7 @@ eval "$(jenv init -)"
export PATH="$PATH:$HOME/.local/bin"
export TERM=xterm-256color
alias light="mqtt pub -t cmnd/Workbench/POWER -m "
autoload -Uz compinit; compinit
source /usr/share/fzf-tab-completion/zsh/fzf-zsh-completion.sh
bindkey '^I' fzf_completion