Skip to content

Instantly share code, notes, and snippets.

@dr-fozzy
Created August 25, 2012 11:21
Show Gist options
  • Save dr-fozzy/3464069 to your computer and use it in GitHub Desktop.
Save dr-fozzy/3464069 to your computer and use it in GitHub Desktop.
My mac profile
PATH="/usr/local/Cellar/php54/5.4.5/bin:/usr/local/bin:$PATH"
PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH"
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
PS1='\[\033[01;34m\]\w\[\033[01;31m\]$(__git_ps1 "(%s)")\[\033[0m\]\[\033[01;34m\]$\[\033[00m\] '
shopt -s histappend
eval $(dircolors -b /usr/local/etc/DIR_COLORS)
alias ls='ls --color=auto'
alias grep='grep --colour=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment