Adding an Emoji to Terminal
During Lightening Talks, blogging and youtube demonstrations, I normally get a comment or question about how I have a cute strawberry in my terminal:If you are using a Mac, you can customize your bash profile. To add and edit this, you'll need to open your bash profile using your favorite editor. A free editor that I am currently using is sublime:[code language="bash"]subl ~/.bash_profile[/code]Then you'll either edit or add:
PS1=""
In the text editor, select "Edit" and then "Special Characters...", you can add any emoji you want within the empty string:[gallery ids="6662,6670" type="rectangular"]
Tada!
To further edit your bash profile, I recommend this blog: Customize the Command Line by Adding Emoji Icons to the Bash Prompt