dotfiles/.zsh.d/prompt.zsh

8 lines
162 B
Bash
Raw Normal View History

2024-02-10 12:33:24 +00:00
: Prompt && {
: Starshipを利用したpromptのカスタマイズ && {
if which starship > /dev/null ; then
eval "$(starship init zsh)"
fi
}
}