From d812a458d3397fc11179074a45c9cf0358c6d896 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 1 Aug 2020 10:33:51 +0100 Subject: [PATCH] add starship config location --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index f3096f8..2e6a203 100644 --- a/zshrc +++ b/zshrc @@ -108,4 +108,5 @@ alias todone='task_done' # https://til.hashrocket.com/posts/7evpdebn7g-remove-duplicates-in-zsh-path typeset -aU path +export STARSHIP_CONFIG=~/.config/starship/starship.toml eval "$(starship init zsh)"