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

8 lines
162 B
Bash

if is-tty; then
export STARSHIP_CONFIG=~/.config/starship/plain.toml
else
export STARSHIP_CONFIG=~/.config/starship/config.toml
fi
eval "$(starship init zsh)"