Created
March 2, 2018 16:44
-
-
Save mojowen/6a4564cfffe67b7d43a1b3c3947697e5 to your computer and use it in GitHub Desktop.
This file contains 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
export ME_EMOJI=(๐ ๐ฅ ๐ช โท ๐คท ๐ค ๐ค ๐ค ๐ฉโ๐ค ๐พ ๐ป ๐ ๐ ๐ ๐ฟ ๐ฆ ๐ฉ๐ฟโ๐ โ ๐ ๐ ๐ฉ๐ปโ๐ฌ โก๏ธ โ๏ธ ๐ช ๐จ ๐ฎ ๐บ ๐ฅ ๐๐ปโโ๏ธ ๐๐ฝโโ๏ธ โบ๏ธ ๐ ๐ ๐ ๐ ๐ฃ) | |
RANDOM_ME_EMOJI=${ME_EMOJI[$((RANDOM%${#ME_EMOJI[@]}))]}; | |
export PS1="${RANDOM_ME_EMOJI} \w $ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment