Use prompt emojis
This commit is contained in:
parent
7d5b7e0efc
commit
eb400e2e49
@ -8,7 +8,13 @@ ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||
|
||||
# Prompt
|
||||
configPrompt() {
|
||||
PROMPT="[%c] "
|
||||
case $(uname -n) in
|
||||
"Noahs-M3-MacBook-Pro.local") PROMPT_EMOJI="🌊";;
|
||||
"Noahs-Mac-mini.local") PROMPT_EMOJI="🗜️";;
|
||||
*) PROMPT_EMOJI="😵💫";;
|
||||
esac
|
||||
|
||||
PROMPT="$PROMPT_EMOJI [%c] "
|
||||
RPROMPT="$(git_super_status)"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user