From 6d4a395cc0212dfef8de15c067a5cf1c4d6288aa Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 4 Aug 2020 11:05:10 +0100 Subject: [PATCH] fix confusion with spaceship --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 1d4445b..104e34b 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,5 @@ # if using zgen must do 'zgen reset' after any changes to this file - emulate sh source "${HOME}/.profile" emulate zsh @@ -42,7 +41,6 @@ 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 +107,5 @@ alias todone='task_done' # https://til.hashrocket.com/posts/7evpdebn7g-remove-duplicates-in-zsh-path typeset -aU path +eval "$(starship init zsh)" export STARSHIP_CONFIG=~/.config/starship/starship.toml