Skip to content

Commit

Permalink
moving from macports to brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Matyukhin committed Nov 3, 2011
1 parent 6c266ea commit 2375a26
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bash/mac
@@ -1,11 +1,10 @@
# vim: ft=sh
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH
export BLOCKSIZE=1K # can i set this on linux too? will i get confused by it? (see environ(7) for details)
export CLICOLOR=1
export GREP_OPTIONS= # disable GREP_OPTIONS - it conflicts with brew

if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
if [ -f /usr/local/etc/bash_completion ]; then
. /usr/local/etc/bash_completion
fi

# instead of default xterm-color, which is uncompatible with linux screen
Expand Down

0 comments on commit 2375a26

Please sign in to comment.