chore(zsh): remove spaceship prompt

This commit is contained in:
Oliver Davies 2022-04-07 00:29:30 +01:00
parent 068936fbc5
commit ea14acb98f
2 changed files with 0 additions and 5 deletions

View file

@ -7,6 +7,4 @@ antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-syntax-highlighting
antigen theme spaceship-prompt/spaceship-prompt
antigen apply antigen apply

View file

@ -2,6 +2,3 @@ PROMPT_EOL_MARK=''
TERM=xterm-256color TERM=xterm-256color
WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
ZLE_REMOVE_SUFFIX_CHARS='' ZLE_REMOVE_SUFFIX_CHARS=''
SPACESHIP_NODE_SHOW=false
SPACESHIP_PHP_SHOW=false