2009-03-20 00:08:06 +11:00
|
|
|
export PATH="/usr/local/mysql/bin/:$PATH"
|
2009-04-26 16:55:34 +10:00
|
|
|
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
|
|
|
|
export PATH="$PATH:/usr/local/jruby/bin"
|
|
|
|
|
2010-06-30 14:54:06 +10:00
|
|
|
# Use single quotes here to lazy evaluate the $EDITOR variable (as it changes later if on OS X)
|
|
|
|
export EDITOR='nano -w'
|
2010-06-29 22:28:46 +10:00
|
|
|
export GEM_OPEN_EDITOR='$EDITOR'
|
|
|
|
export GIT_EDITOR='$EDITOR'
|
|
|
|
export VISUAL='$EDITOR'
|
2009-06-10 13:02:44 +10:00
|
|
|
|
2009-03-20 00:08:06 +11:00
|
|
|
export IRBRC="$HOME/.irbrc"
|
2009-09-27 10:48:45 +10:00
|
|
|
export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi"
|
2009-03-20 00:08:06 +11:00
|
|
|
|
|
|
|
export TERM=xterm-color
|
|
|
|
export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32'
|
|
|
|
export CLICOLOR=1
|
|
|
|
|
2009-04-26 16:55:34 +10:00
|
|
|
export HISTSIZE=1000000
|