dotfiles/.zsh.d/prompt.zsh
2024-02-10 21:33:24 +09:00

8 lines
162 B
Bash

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