We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b290dd7 commit 392b62dCopy full SHA for 392b62d
gemrc
@@ -0,0 +1 @@
1
+gem: --no-ri --no-rdoc
irbrc
@@ -1,11 +1,5 @@
require 'rubygems'
2
-require 'wirble' # gem install wirble
3
require 'pp' rescue nil
4
-require 'ap' rescue nil # gem install awesome_print
5
-
6
-# start wirble (with color)
7
-Wirble.init # (:skip_prompt => true)
8
-Wirble.colorize
9
10
# Log to STDOUT if in Rails
11
if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER')
rvmrc
@@ -0,0 +1,2 @@
+# Disable overriding 'cd' and loading .rvmrc files
+rvm_project_rvmrc=0
0 commit comments