Skip to content

Instantly share code, notes, and snippets.

@b-durand
Created May 8, 2020 14:59
Show Gist options
  • Save b-durand/342e34be063cb27a54e959cce1e934a2 to your computer and use it in GitHub Desktop.
Save b-durand/342e34be063cb27a54e959cce1e934a2 to your computer and use it in GitHub Desktop.
alias ls='ls -G'
source $(brew --prefix)/etc/bash_completion.d/git-completion.bash
source $(brew --prefix)/etc/bash_completion.d/git-prompt.sh
export GIT_PS1_SHOWCOLORHINTS=true
export GIT_PS1_SHOWDIRTYSTATE=true
PS1='\h \W$(__git_ps1 " (%s)")\$ '
export PATH="$(brew --prefix)/opt/php/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment