Created
December 21, 2016 20:54
-
-
Save anthonydelgado/0d8997ea95c885b61c86d8dcfb60a11f to your computer and use it in GitHub Desktop.
Adding Emoji to your terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sublime ~/.bash_profile | |
Add this line | |
PS1="\W 🔥 " | |
Save and Exit | |
Restart Terminal | |
Enjoy! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome