From 9639a409d0aebd590912672264fac5df506ed039 Mon Sep 17 00:00:00 2001 From: miheer vaidya Date: Mon, 9 Sep 2019 15:23:40 -0600 Subject: [PATCH] Update README.rst --- README.rst | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 3f0cc45..7dd6f58 100644 --- a/README.rst +++ b/README.rst @@ -3,17 +3,21 @@ conda-zsh-completion Installation ------------ -`oh-my-zsh ` +`oh-my-zsh `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -```bash -git clone https://github.com/esc/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions -``` + +.. code-block:: bash + + git clone https://github.com/esc/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions + add lines in `.zshrc` -``` -plugins=(… conda-zsh-completion) -autoload -U compinit && compinit -``` + +.. code-block:: zsh + + plugins=(… conda-zsh-completion) + autoload -U compinit && compinit + Manual ~~~~~~