Skip to content

Commit

Permalink
cleanup homebrew coreutils aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfallshaw committed Jul 12, 2012
1 parent fd1049c commit a2e4fd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,7 @@ fi
# Alias definitions.
[ -f ~/.bash_aliases ] && source ~/.bash_aliases
# include Homebrew coreutils aliases (after bash completion)
source /usr/local/Cellar/coreutils/8.12/aliases
# set PATH so it includes homebrew coreutils if they exists
if [ -d "$(brew --prefix coreutils)/libexec/gnubin" ] ; then
export PATH="$(brew --prefix coreutils)/libexec/gnubin:${PATH}"
fi

0 comments on commit a2e4fd3

Please sign in to comment.