Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created November 28, 2012 20:56
Show Gist options
  • Save yyolk/4164423 to your computer and use it in GitHub Desktop.
Save yyolk/4164423 to your computer and use it in GitHub Desktop.
monokai .bashrc
alias chrome="open -a 'Google Chrome'"
alias nose="node server*"
alias ni="npm install"
alias cit="python $HOME/code/python/cit/cit.py"
D=$'\e[37;40m'
PINK=$'\e[35;40m'
GREEN=$'\e[32;40m'
ORANGE=$'\e[33;40m'
export PS1='\n${PINK}\u ${D}at ${ORANGE}\h ${D}in ${D}\w\n$ '
export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment