Skip to content

Instantly share code, notes, and snippets.

@oleksandr-diudiun
Created October 19, 2017 15:21
Show Gist options
  • Save oleksandr-diudiun/9b4dfbdb18ca58437b587de12cea343b to your computer and use it in GitHub Desktop.
Save oleksandr-diudiun/9b4dfbdb18ca58437b587de12cea343b to your computer and use it in GitHub Desktop.
iMac Bash Profile
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
eval "$(fasd --init auto)"
GIT_PS1_SHOWUPSTREAM="auto"
GIT_PS1_SHOWCOLORHINTS="yes"
export PROMPT_COMMAND='__git_ps1 "-> \W:" "\\\$ ";'
export HISTCONTROL=ignoreboth:erasedups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment