2012-01-05 14:45:19 +11:00
|
|
|
which vim &>/dev/null && editor="$(which vim)"
|
2011-10-24 11:03:37 +11:00
|
|
|
|
2011-11-04 03:37:31 +11:00
|
|
|
export EDITOR="$editor -f"
|
|
|
|
export VISUAL="$editor"
|
2009-03-20 00:08:06 +11:00
|
|
|
|
2011-10-24 11:06:03 +11:00
|
|
|
export TERM=xterm-256color
|
2011-09-21 08:35:00 +10:00
|
|
|
export GREP_OPTIONS='--color=auto'
|
2010-11-24 17:46:43 +11:00
|
|
|
export GREP_COLOR='1;32'
|
2009-03-20 00:08:06 +11:00
|
|
|
export CLICOLOR=1
|
|
|
|
|
2009-04-26 16:55:34 +10:00
|
|
|
export HISTSIZE=1000000
|
2011-11-23 07:34:53 +11:00
|
|
|
export HISTIGNORE="clear:bg:fg:cd:cd -:exit:date:w:* --help"
|
2011-03-30 14:03:08 +11:00
|
|
|
|
2013-10-12 04:01:55 +11:00
|
|
|
export GOPATH="$HOME/Code/Go"
|
2015-09-02 12:37:59 +10:00
|
|
|
PATH="$PATH:$GOPATH/bin"
|