mirror of https://github.com/bjeanes/dotfiles.git
Added JEWELER_OPTS to config
parent
5ca8b0d4f1
commit
9d7e333af5
1
exports
1
exports
|
@ -14,6 +14,7 @@ export PATH="$PATH:/usr/local/jruby/bin"
|
|||
|
||||
|
||||
export IRBRC="$HOME/.irbrc"
|
||||
export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi"
|
||||
|
||||
export GIT_EDITOR=$EDITOR
|
||||
export VISUAL=$EDITOR
|
||||
|
|
|
@ -34,6 +34,8 @@ set -x CLICOLOR 1
|
|||
set -x JAVA_HOME "/usr/"
|
||||
set -U BROWSER "open -a Safari"
|
||||
|
||||
set -x JEWELER_OPTS "--rspec --gemcutter --rubyforge --reek --roodi"
|
||||
|
||||
set fish_color_cwd blue
|
||||
set fish_color_uneditable_cwd red
|
||||
|
||||
|
|
Loading…
Reference in New Issue