diff --git a/roles/zsh/files/.zsh/configs/plugins.zsh b/roles/zsh/files/.zsh/configs/plugins.zsh index 8789700..6a1243e 100644 --- a/roles/zsh/files/.zsh/configs/plugins.zsh +++ b/roles/zsh/files/.zsh/configs/plugins.zsh @@ -7,6 +7,4 @@ antigen bundle zsh-users/zsh-autosuggestions antigen bundle zsh-users/zsh-completions antigen bundle zsh-users/zsh-syntax-highlighting -antigen theme spaceship-prompt/spaceship-prompt - antigen apply diff --git a/roles/zsh/files/.zshenv b/roles/zsh/files/.zshenv index e766854..9722680 100644 --- a/roles/zsh/files/.zshenv +++ b/roles/zsh/files/.zshenv @@ -2,6 +2,3 @@ PROMPT_EOL_MARK='' TERM=xterm-256color WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' ZLE_REMOVE_SUFFIX_CHARS='' - -SPACESHIP_NODE_SHOW=false -SPACESHIP_PHP_SHOW=false