[zsh] Use spaceship instead of zgen

This commit is contained in:
Ivan Malison 2021-07-11 15:13:22 -06:00
parent 7b8ecee5b3
commit cb2578e3ad
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -14,7 +14,7 @@ if ! zgen saved; then
zgen load zsh-users/zsh-syntax-highlighting
zgen load kennethreitz/autoenv
zgen load mafredri/zsh-async
zgen load sindresorhus/pure
zgen load spaceship-prompt/spaceship-prompt spaceship
# generate the init script from plugins above
zgen save