Created
January 11, 2017 14:27
-
-
Save hery84/117d3867ed5e46c7ed96e9758eb1701f to your computer and use it in GitHub Desktop.
bash_profile
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
# 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