Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This made me stupidly pleased this morning. #49

Open
abeal-hottomali opened this issue Sep 10, 2019 · 0 comments
Open

This made me stupidly pleased this morning. #49

abeal-hottomali opened this issue Sep 10, 2019 · 0 comments

Comments

@abeal-hottomali
Copy link

Bash prompt:

# 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant