From 175c22fc3fd2fad8250da7ecc96ca3eea4d178ed Mon Sep 17 00:00:00 2001 From: Jordan Stephens Date: Thu, 23 Jan 2014 12:54:38 -0500 Subject: [PATCH] aliasing irb -> pry --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 159e698..2f2e08b 100644 --- a/zshrc +++ b/zshrc @@ -85,6 +85,7 @@ alias ll='ls -lh' alias la='ls -lha' alias sc='starcluster' alias scssh='starcluster sn -u moto' +alias irb='pry' if which rbenv > /dev/null; then eval "$(rbenv init - zsh)"; fi