You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# File: ~/.profile# Selects a random emoji for my terminal prompt using emojify.
RANDOM_EMOJI=$(emojify -l | shuf -n 1 | sed 's/:.*//'| sed 's/ //g')export PS1='\W ${RANDOM_EMOJI} >'
Yields:
Last login: Tue Sep 10 07:28:33 on ttys002
~ 📠 >
In case you want to add it to your docs so that others can be as well. ;)
Thanks!
The text was updated successfully, but these errors were encountered:
Bash prompt:
Yields:
In case you want to add it to your docs so that others can be as well. ;)
Thanks!
The text was updated successfully, but these errors were encountered: