Emojis in Linux Terminal

First published at 23:58 UTC on September 12th, 2018.
subscribers

How to get Emojis in the Linux Bash Terminal and display them throughout by editing the .bashrc file

Commands:
$ echo -e "\U0001F600"
$ echo -e "\033[38;5;220m\U0001F605"

nano ~/.bashrc

uncomment force_color_prompt=yes
Add [\033[…

MORE
CategoryScience & Technology
SensitivityNormal - Content that is suitable for ages 16 and over
DISCUSS THIS VIDEO