updated zsh state
This commit is contained in:
parent
2088cfdfd6
commit
02e8b375b2
@ -36,7 +36,7 @@ export ZSH=/usr/share/oh-my-zsh
|
|||||||
ZSH_THEME="jreese"
|
ZSH_THEME="jreese"
|
||||||
DISABLE_AUTO_UPDATE="true"
|
DISABLE_AUTO_UPDATE="true"
|
||||||
{%- if zsh.config.minimal %}
|
{%- if zsh.config.minimal %}
|
||||||
plugins=(common-aliases docker)
|
plugins=(common-aliases)
|
||||||
{%- else %}
|
{%- else %}
|
||||||
plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python nmap zsh-autosuggestions)
|
plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python nmap zsh-autosuggestions)
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user