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