add dstask completion file
This commit is contained in:
parent
181439803f
commit
1e6db8f032
9
dot_zsh/dstask-zsh-completions.sh
Normal file
9
dot_zsh/dstask-zsh-completions.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#compdef pass
|
||||||
|
#autoload
|
||||||
|
|
||||||
|
|
||||||
|
_dstask() {
|
||||||
|
compadd $(dstask _completions "${words[@]}")
|
||||||
|
}
|
||||||
|
|
||||||
|
compdef _dstask dstask
|
||||||
@ -38,6 +38,8 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # ignore case
|
|||||||
source ~/.zsh/aliases
|
source ~/.zsh/aliases
|
||||||
source ~/.zsh/functions
|
source ~/.zsh/functions
|
||||||
source ~/.zsh/exports
|
source ~/.zsh/exports
|
||||||
|
source ~/.zsh/dstask-zsh-completions.sh
|
||||||
|
source /usr/share/doc/fzf/examples/completion.zsh
|
||||||
|
|
||||||
{{- if eq .chezmoi.hostname "taupo" }}
|
{{- if eq .chezmoi.hostname "taupo" }}
|
||||||
source ~/.zsh/aliases_taupo
|
source ~/.zsh/aliases_taupo
|
||||||
@ -45,7 +47,6 @@ source ~/.zsh/functions_taupo
|
|||||||
source ~/.config/broot/launcher/bash/br
|
source ~/.config/broot/launcher/bash/br
|
||||||
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
|
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
|
||||||
#source /usr/share/doc/fzf/examples/key-bindings.zsh
|
#source /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||||
source /usr/share/doc/fzf/examples/completion.zsh
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user