On Mac OS X (and possibly other systems) you can brighten up your terminal prompt with emojii's like this: ![Image of Yaktocat] (https://gist.githubusercontent.com/Doerge/02cb0e4d572f9b0f0cd8/raw/showcase.png)
To do this, you should modify the special shell variable PS1
in ~/.profile
(or in another config file of your choosing). Put the following snippets on unique lines in that file.
You can either put a single emojii in you prompt, which will always show up when you open a new terminal:
export PS1="\\h:\\w🍔:"