clean: merged commands into one line
This commit is contained in:
parent
9e4e734fb5
commit
391ca9ceb2
|
@ -75,8 +75,7 @@ export PAGER=most
|
|||
### Enable zsh plugins
|
||||
|
||||
```bash
|
||||
plugins=(git zsh-syntax-highlighting)
|
||||
plugins=(autoswitch_virtualenv $plugins)
|
||||
plugins=(git zsh-syntax-highlighting autoswitch_virtualenv)
|
||||
```
|
||||
**Note:** Probably need to install them first
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user