Created
March 5, 2016 08:11
-
-
Save JaciBrunning/e2184613827a50536bcb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi | |
alias reload="source ~/.bash_profile" | |
RESET="\033[0m" | |
BOLD="\033[1m" | |
RED="\033[31m" | |
YELLOW="\033[33m" | |
MAGENTA="\033[35m" | |
CYAN="\033[36m" | |
WHITE="\033[37m" | |
export PS1="[ $MAGENTA$BOLD\u$RESET$WHITE@$RESET\h $RESET]$YELLOW \w\n $RESET\$ $RESET" | |
alias pingaz="export PS1='[ ๐ ๐ @ ๐ ๐ ๐ ]$YELLOW \w\n $RESET ๐ '" | |
alias truu="for i in {1..40}; do echo -n '๐ ๐ '; done; echo ''" | |
alias good='echo "๐๐๐๐๐๐๐๐๐๐ good shit goเฑฆิ sHit๐ thats โ some good๐๐shit right๐๐there๐๐๐ rightโthere โโif i do ฦฝaาฏ so my self ๐ฏ i say so ๐ฏ thats what im talking about right there right there (chorus: สณแถฆแตสฐแต แตสฐแตสณแต) mMMMMแทะ๐ฏ ๐๐ ๐ะO0ะเฌ OOOOOะเฌ เฌ Ooooแตแตแตแตแตแตแตแตแต๐ ๐๐ ๐ ๐ฏ ๐ ๐ ๐ ๐ ๐๐Good shit"' | |
export PATH=$PATH:$HOME/Documents/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment