summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-05-15 19:11:11 -0400
committerJune McEnroe <programble@gmail.com>2013-05-15 19:11:33 -0400
commit5cd5a616877957fcfb717a07aa622938df418dd0 (patch)
tree52d3aab57052f050a2f26028e5cb4550f168d893
parentOnly run pacman on zsh start if it exists (diff)
downloadsrc-5cd5a616877957fcfb717a07aa622938df418dd0.tar.gz
src-5cd5a616877957fcfb717a07aa622938df418dd0.zip
Require pp in IRB
Diffstat (limited to '')
-rw-r--r--.irbrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.irbrc b/.irbrc
index 008e97cf..d4c39f88 100644
--- a/.irbrc
+++ b/.irbrc
@@ -1,2 +1,4 @@
 $:.unshift 'lib'
 $: << '.'
+
+require 'pp'