Skip to content

Instantly share code, notes, and snippets.

@gcamp806
Last active September 5, 2017 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcamp806/6cbd097780c17d3f2e577b8caee8a128 to your computer and use it in GitHub Desktop.
Save gcamp806/6cbd097780c17d3f2e577b8caee8a128 to your computer and use it in GitHub Desktop.
# ~/.bash_profile: executed by bash(1) for login shells.
alias ls='ls -G'
alias ll='ls -l'
alias df='df -h'
alias e='_(){ emacs $@ & }; _'
alias em='emacs -nw'
alias es='esql'
alias p='prod_db'
## https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh => ~/.git-prompt.sh
GIT_PS1_SHOWUPSTREAM="auto"
GIT_PS1_SHOWCOLORHINTS="yes"
source ~/.git-prompt.sh
export PROMPT_COMMAND='__git_ps1 "\h:\W" "\\\$ ";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment