ENH dont use system packages for zsh-comps
This commit is contained in:
parent
9e0ee5fea8
commit
36c475af10
|
@ -22,7 +22,11 @@
|
||||||
.local/share/zsh/plugins/zsh-syntax-highlighting:
|
.local/share/zsh/plugins/zsh-syntax-highlighting:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
url: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
clone.args: --branch 0.7.1
|
clone.args: --branch 0.8.0
|
||||||
|
.local/share/zsh/plugins/zsh-completions:
|
||||||
|
type: git-repo
|
||||||
|
url: https://github.com/zsh-users/zsh-completions
|
||||||
|
clone.args: --branch 0.35.0
|
||||||
{{- if .development.conda }}
|
{{- if .development.conda }}
|
||||||
.local/share/zsh/completion/zsh-conda-completion:
|
.local/share/zsh/completion/zsh-conda-completion:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
|
|
|
@ -42,6 +42,8 @@ alias_if_else () {
|
||||||
# autocompletion
|
# autocompletion
|
||||||
## --------------------------------------------------
|
## --------------------------------------------------
|
||||||
|
|
||||||
|
fpath+="$XDG_DATA_HOME/zsh/completion/zsh-completions"
|
||||||
|
|
||||||
{{ if .development.conda -}}
|
{{ if .development.conda -}}
|
||||||
# add conda completions to path if desired
|
# add conda completions to path if desired
|
||||||
fpath+="$XDG_DATA_HOME/zsh/completion/zsh-conda-completion"
|
fpath+="$XDG_DATA_HOME/zsh/completion/zsh-conda-completion"
|
||||||
|
|
Loading…
Reference in New Issue