File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,14 +79,19 @@ of the scientific packages) on your operating system.
7979
8080When Miniconda is installed, use ` conda init <shell-name> ` to initiate
8181Conda and run ` conda config --set auto_activate_base false ` to stop auto
82- base activation. For adding Conda autocompletion in bash terminal copy
82+ base activation.
83+
84+ For adding Conda autocompletion, in bash terminal copy
8385[ conda-bash-completion] ( https://github.com/tartansandal/conda-bash-completion/blob/master/conda )
84- in ` /usr/share/bash-completion/completions/conda ` . And for a MacOS with
86+ in ` /usr/share/bash-completion/completions/conda ` . And for a macOS with
8587zsh, copy
8688[ conda-zsh-completion] ( https://github.com/esc/conda-zsh-completion/blob/master/_conda )
87- in ` ~/miniconda3/zsh-completion/_conda ` and add
88- ` fpath+="/Users/${USER}/miniconda3/zsh-completion" && compinit ` to the
89- ` ~/.zshrc ` file.
89+ in ` ~/miniconda3/zsh-completion/_conda ` and add the following to the
90+ ` ~/.zshrc ` file:
91+
92+ ``` bash
93+ fpath+=" /Users/${USER} /miniconda3/zsh-completion" && compinit
94+ ```
9095
9196### Usage
9297
You can’t perform that action at this time.
0 commit comments