Skip to content

Instantly share code, notes, and snippets.

@JaciBrunning
Created March 5, 2016 08:11
Show Gist options
  • Save JaciBrunning/e2184613827a50536bcb to your computer and use it in GitHub Desktop.
Save JaciBrunning/e2184613827a50536bcb to your computer and use it in GitHub Desktop.
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