From 9d7e333af5678278def937360cad17ddf6782d38 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Sun, 27 Sep 2009 10:48:45 +1000 Subject: [PATCH] Added JEWELER_OPTS to config --- exports | 1 + fish/config.fish | 2 ++ 2 files changed, 3 insertions(+) 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