clean: merged commands into one line
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user