use zgen to load starship

This commit is contained in:
Ray Elliott 2020-08-04 10:52:29 +01:00
parent d812a458d3
commit 99adf870c4
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -42,6 +42,7 @@ if ! zgen saved; then
# specify plugins here
zgen load denysdovhan/spaceship-prompt spaceship
zgen load zdharma/fast-syntax-highlighting
zgen load zsh-users/zsh-autosuggestions
zgen load zsh-users/zsh-history-substring-search
@ -109,4 +110,3 @@ alias todone='task_done'
typeset -aU path
export STARSHIP_CONFIG=~/.config/starship/starship.toml
eval "$(starship init zsh)"