ubuntu: added Zsh plugins
This commit is contained in:
parent
a400ee4d10
commit
1b200a55ae
|
@ -72,6 +72,14 @@ function mkcd () { mkdir -p "$@" && cd "$@"; }
|
||||||
export PAGER=most
|
export PAGER=most
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Enable zsh plugins
|
||||||
|
|
||||||
|
```bash
|
||||||
|
plugins=(git zsh-syntax-highlighting)
|
||||||
|
plugins=(autoswitch_virtualenv $plugins)
|
||||||
|
```
|
||||||
|
**Note:** Probably need to install them first
|
||||||
|
|
||||||
## Gnome extensions
|
## Gnome extensions
|
||||||
|
|
||||||
- Caffeine <https://extensions.gnome.org/extension/517/caffeine/>
|
- Caffeine <https://extensions.gnome.org/extension/517/caffeine/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user