Skip to content

Commit

Permalink
Misc mac cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ex-nerd committed Mar 7, 2014
1 parent b916ea6 commit e35ec4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ if [[ $IS_MAC ]]; then
# Turn on bash-completion for macs
[[ -f /opt/local/etc/bash_completion ]] && source /opt/local/etc/bash_completion
[[ -f /usr/local/etc/bash_completion ]] && source /usr/local/etc/bash_completion
which brew > /dev/null && source `brew --repository`/Library/Contributions/brew_bash_completion.sh

# Fink installed?
if [[ -d /sw ]]; then
Expand Down
5 changes: 0 additions & 5 deletions .bashrc.d/osx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ MAGICK_HOME=/opt/local
# Update php.ini include_path with /opt/local/lib/php/pear
PATH="/opt/local/lib/php/pear/bin:$PATH"

# Homebrew bash completion
if which brew > /dev/null; then
source `brew --repository`/Library/Contributions/brew_bash_completion.sh
fi

########################################################################
# http://osxdaily.com/2012/10/09/best-defaults-write-commands-mac-os-x/

Expand Down

0 comments on commit e35ec4b

Please sign in to comment.