diff --git a/.config/zsh/starship.zsh b/.config/zsh/starship.zsh new file mode 100644 index 0000000..187d4f0 --- /dev/null +++ b/.config/zsh/starship.zsh @@ -0,0 +1,4 @@ +export STARSHIP_CONFIG=~/.config/starship/starship.toml + +# Runs in .zshrc... no clue why +# eval "$(/usr/local/bin/starship init zsh)"