diff --git a/exports b/exports index 02b3db1..96e242d 100644 --- a/exports +++ b/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 diff --git a/fish/config.fish b/fish/config.fish index 2270e13..01a8a45 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -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