From ea14acb98fff415b7a6e1051e428d3e81c482c3f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 7 Apr 2022 00:29:30 +0100 Subject: [PATCH] chore(zsh): remove spaceship prompt --- roles/zsh/files/.zsh/configs/plugins.zsh | 2 -- roles/zsh/files/.zshenv | 3 --- 2 files changed, 5 deletions(-) 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