From 8b403c7c45634540e3236ab5dc6c8774d83237c4 Mon Sep 17 00:00:00 2001 From: js0ny Date: Tue, 12 Nov 2024 15:31:57 +0000 Subject: [PATCH] Minor fix --- zsh/prompt.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 8a2de14..09bdb23 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -1 +1,3 @@ +export STARSHIP_CONFIG=$DOTFILES/.config/starship/starship_zsh.toml + eval "$(starship init zsh)" \ No newline at end of file