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
# Add `. ~/.bash_prompt` to your ~/.bash_profile | |
# Credits: | |
# https://gist.github.com/insin/1425703 | |
RED="\[\033[0;31m\]" | |
YELLOW="\[\033[0;33m\]" | |
GREEN="\[\033[0;32m\]" | |
BLUE="\[\033[0;34m\]" | |
CYAN="\[\033[0;36m\]" | |
LIGHT_CYAN="\[\033[1;36m\]" |
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 gs='git status' | |
alias gsu='git status -uno' | |
alias gp='git pull --rebase' | |
alias gl='git log' | |
alias glf='git log -p' | |
alias glp='git log --pretty=oneline' | |
alias glg='git log --pretty=format:"%h %s" --graph' | |
alias gd='git diff' | |
alias gss='git stash save' | |
alias gsl='git stash list' |
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
Show hidden characters
{ | |
"AdvancedNewFile": | |
{ | |
"default_root": "current" | |
}, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".jekyll-metadata" |