Skip to content

Instantly share code, notes, and snippets.

@mlawrie
Created June 2, 2014 17:57
Show Gist options
  • Save mlawrie/d0a861a55ca2b64c90e6 to your computer and use it in GitHub Desktop.
Save mlawrie/d0a861a55ca2b64c90e6 to your computer and use it in GitHub Desktop.
#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