dotfiles/dot_config/zsh/config/executable_completions.zsh
2026-03-29 22:48:41 +03:00

9 lines
268 B
Bash

source <(fzf --zsh)
source <(rip completions zsh)
source <(rbw gen-completions zsh)
eval "$(zoxide init zsh)"
function qmk-completions {
autoload -Uz bashcompinit && bashcompinit
source "$(qmk env | grep QMK_HOME | cut -f2 -d '"')"/util/qmk_tab_complete.sh
}