diff options
author | June McEnroe <programble@gmail.com> | 2013-05-15 19:11:11 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-05-15 19:11:33 -0400 |
commit | 5cd5a616877957fcfb717a07aa622938df418dd0 (patch) | |
tree | 52d3aab57052f050a2f26028e5cb4550f168d893 | |
parent | Only run pacman on zsh start if it exists (diff) | |
download | src-5cd5a616877957fcfb717a07aa622938df418dd0.tar.gz src-5cd5a616877957fcfb717a07aa622938df418dd0.zip |
Require pp in IRB
-rw-r--r-- | .irbrc | 2 |
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' |