clean: merged commands into one line

This commit is contained in:
Marco D'Agostini 2020-10-05 16:43:57 -05:00
parent 9e4e734fb5
commit 391ca9ceb2

View File

@ -75,8 +75,7 @@ export PAGER=most
### Enable zsh plugins ### Enable zsh plugins
```bash ```bash
plugins=(git zsh-syntax-highlighting) plugins=(git zsh-syntax-highlighting autoswitch_virtualenv)
plugins=(autoswitch_virtualenv $plugins)
``` ```
**Note:** Probably need to install them first **Note:** Probably need to install them first