Skip to content

Instantly share code, notes, and snippets.

@omoshetech-t
Last active February 7, 2017 11:46
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 omoshetech-t/a1df6b4837a6d378a07c0a6e2b6f0796 to your computer and use it in GitHub Desktop.
Save omoshetech-t/a1df6b4837a6d378a07c0a6e2b6f0796 to your computer and use it in GitHub Desktop.
.bash_profile for OS X
export CLICOLOR=
export GREP_OPTIONS="--color=auto"
export HISTSIZE=
export HISTTIMEFORMAT="%F %T "
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
if type __git_ps1 > /dev/null 2>&1; then
PROMPT_COMMAND="__git_ps1 '\h:\W \u' '\\\$ '; $PROMPT_COMMAND"
GIT_PS1_SHOWDIRTYSTATE=true
GIT_PS1_SHOWSTASHSTATE=true
GIT_PS1_SHOWUNTRACKEDFILES=true
GIT_PS1_SHOWUPSTREAM="auto"
GIT_PS1_SHOWCOLORHINTS=true
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment