added completion for conda to zsh

This commit is contained in:
paul-loedige
2024-01-15 13:59:31 +01:00
parent f1cd2d375b
commit acd2a91157
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -13,3 +13,6 @@
[submodule "zsh/.oh-my-zsh/custom/themes/powerlevel10k"]
path = zsh/.oh-my-zsh/custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "zsh/.oh-my-zsh/custom/plugins/conda-zsh-completion"]
path = zsh/.oh-my-zsh/custom/plugins/conda-zsh-completion
url = git@github.com:conda-incubator/conda-zsh-completion.git
+1
View File
@@ -59,6 +59,7 @@ plugins=(
# non oh-my-zsh plugins
zsh-autosuggestions
zsh-syntax-highlighting
conda-zsh-completion
)
source $ZSH/oh-my-zsh.sh