added completion for conda to zsh
This commit is contained in:
@@ -13,3 +13,6 @@
|
|||||||
[submodule "zsh/.oh-my-zsh/custom/themes/powerlevel10k"]
|
[submodule "zsh/.oh-my-zsh/custom/themes/powerlevel10k"]
|
||||||
path = zsh/.oh-my-zsh/custom/themes/powerlevel10k
|
path = zsh/.oh-my-zsh/custom/themes/powerlevel10k
|
||||||
url = https://github.com/romkatv/powerlevel10k.git
|
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
Submodule zsh/.oh-my-zsh/custom/plugins/conda-zsh-completion added at 2cc833a650
@@ -59,6 +59,7 @@ plugins=(
|
|||||||
# non oh-my-zsh plugins
|
# non oh-my-zsh plugins
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
|
conda-zsh-completion
|
||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user