Created
November 28, 2012 20:56
-
-
Save yyolk/4164423 to your computer and use it in GitHub Desktop.
monokai .bashrc
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
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