Skip to content

Instantly share code, notes, and snippets.

@hery84
Created January 11, 2017 14:27
Show Gist options
  • Save hery84/117d3867ed5e46c7ed96e9758eb1701f to your computer and use it in GitHub Desktop.
Save hery84/117d3867ed5e46c7ed96e9758eb1701f to your computer and use it in GitHub Desktop.
bash_profile
# Setting PATH for Python 3.5
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
emojis=(๐Ÿ’ฉ ๐Ÿ˜Ž ๐Ÿ‘ป ๐Ÿฃ ๐Ÿ’€ ๐Ÿƒ๐Ÿป โ˜ ๏ธ ๐Ÿ ๐Ÿ‘ฝ ๐Ÿ‘พ ๐Ÿ˜ฑ ๐Ÿค– ๐Ÿค˜๐Ÿป ๐Ÿ‹๐Ÿป ๐Ÿ‡ฒ๐Ÿ‡ฝ ๐Ÿ™Š ๐Ÿป โšฝ๏ธ ๐Ÿ™„ ๐Ÿฝ ๐Ÿ”ฅ โš“)
#emojis=(๐Ÿถ ๐Ÿบ ๐Ÿฑ ๐Ÿญ ๐Ÿน ๐Ÿฐ ๐Ÿธ ๐Ÿฏ ๐Ÿจ ๐Ÿป ๐Ÿท ๐Ÿฎ ๐Ÿต ๐Ÿผ ๐Ÿง ๐Ÿ ๐Ÿข ๐Ÿ™ ๐Ÿ  ๐Ÿณ ๐Ÿฌ ๐Ÿฅ)
emoji='`echo ${emojis[$RANDOM % 22]}`'
PS1="$emoji $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment