From 99adf870c4f88f5775cdf2c53371467277e42974 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 4 Aug 2020 10:52:29 +0100 Subject: [PATCH] use zgen to load starship --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 2e6a203..1d4445b 100644 --- a/zshrc +++ b/zshrc @@ -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)"