dotfiles/home/private_dot_config/zsh/zexists.d/cmd/dot_starship.zsh

8 lines
162 B
Bash
Raw Normal View History

2023-02-17 09:26:31 -06:00
if is-tty; then
export STARSHIP_CONFIG=~/.config/starship/plain.toml
else
export STARSHIP_CONFIG=~/.config/starship/config.toml
fi
eval "$(starship init zsh)"