chore(zsh): remove spaceship prompt
This commit is contained in:
parent
068936fbc5
commit
ea14acb98f
|
@ -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
|
||||
|
|
|
@ -2,6 +2,3 @@ PROMPT_EOL_MARK=''
|
|||
TERM=xterm-256color
|
||||
WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
|
||||
ZLE_REMOVE_SUFFIX_CHARS=''
|
||||
|
||||
SPACESHIP_NODE_SHOW=false
|
||||
SPACESHIP_PHP_SHOW=false
|
||||
|
|
Loading…
Reference in a new issue