Created
June 2, 2014 17:57
-
-
Save mlawrie/d0a861a55ca2b64c90e6 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
#Prompt that doesn't call git | |
PS1='\[\e[0;36m\]\u\[\e[m\] \[\e[0;36m\]\w\[\e[m\] \[\e[0;35m\]\$\[\e[m\] \[\e[0;37m\]' | |
alias subl='/c/Program\ Files/Sublime\ Text\ 3/sublime_text.exe' | |
alias gw='gradlew' | |
git config --global alias.st status | |
git config --global alias.lo 'log --oneline' | |
git config --global alias.pr 'pull --rebase' | |
git config --global core.editor "'c:\Program Files\Sublime Text 3\sublime_text.exe' -w" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment