From 13a4e443ab1c999606520eb2fb31a53286920665 Mon Sep 17 00:00:00 2001 From: Michael Schmuker Date: Tue, 7 Apr 2020 11:35:56 +0200 Subject: [PATCH] add note about positioning the autoload line when using oh-my-zsh. --- _conda | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_conda b/_conda index 7088bbd..e840581 100644 --- a/_conda +++ b/_conda @@ -31,6 +31,9 @@ # plugins=(… conda-zsh-completion) # autoload -U compinit && compinit # +# If you use oh-my-zsh, you might have to move the "autoload" line to after you sourced +# oh-my-zsh.sh. +# # To activate the completion cache for packages, add the following to your # '.zshrc': #