mirror of https://github.com/bjeanes/dotfiles.git
fix exports
parent
eb76b80ddc
commit
e9916ee624
|
@ -18,7 +18,8 @@ export IRBRC="$HOME/.irbrc"
|
||||||
export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi"
|
export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi"
|
||||||
|
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32'
|
export GREP_OPTIONS='--color=auto'
|
||||||
|
export GREP_COLOR='1;32'
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|
||||||
export HISTSIZE=1000000
|
export HISTSIZE=1000000
|
||||||
|
|
Loading…
Reference in New Issue