added magic completion

This commit is contained in:
Stefen Auris 2021-05-31 06:14:55 -04:00
parent dfdb23351d
commit 5631c6d58c

View file

@ -90,13 +90,14 @@ zstyle ':fzf-tab:complete:kill:argument-rest' extra-opts --preview=$extract'ps -
zstyle ":completion:*:git-checkout:*" sort false zstyle ":completion:*:git-checkout:*" sort false
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
# Magic Generate Completions # Magic Generate Completions
# GENCOMPL_FPATH=$HOME/.cache/zsh-completion-generator GENCOMPL_FPATH=$HOME/.cache/zsh-completion-generator
# if [ ! -d "$GENCOMPL_FPATH" ]; then GENCOMPL_PY=python3
# mkdir -p $GENCOMPL_FPATH if [ ! -d "$GENCOMPL_FPATH" ]; then
# fi mkdir -p $GENCOMPL_FPATH
# fpath=($GENCOMPL_FPATH $fpath) fi
# zstyle :plugin:zsh-completion-generator programs fzf fpath=($GENCOMPL_FPATH $fpath)
# zinit wait'3' lucid for RobSis/zsh-completion-generator zstyle :plugin:zsh-completion-generator programs fzf
zinit wait'3' lucid for RobSis/zsh-completion-generator
# FZF # FZF
zinit ice from"gh-r" as"command" zinit ice from"gh-r" as"command"
zinit light junegunn/fzf zinit light junegunn/fzf