Created
October 7, 2012 03:15
-
-
Save nenjiru/3846976 to your computer and use it in GitHub Desktop.
bashrc
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
| #Alias | |
| alias safari='open -a safari' | |
| alias apastart='sudo /usr/sbin/apachectl start' | |
| alias apastop='sudo /usr/sbin/apachectl stop' | |
| alias apare='sudo /usr/sbin/apachectl restart' | |
| #Git settings | |
| source /usr/local/Cellar/git/1.7.9.2/etc/bash_completion.d/git-completion.bash | |
| GIT_PS1_SHOWDIRTYSTATE=true | |
| export PS1='\[\033[32m\]\u@\h\[\033[00m\]:\[\033[34m\]\w\[\033[31m\]$(__git_ps1)\[\033[00m\]\$ ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment