From 302bf7cc6eb67a81211dba9b3a7406142a2c0c35 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 17 Aug 2016 13:31:04 -0700 Subject: [PATCH] alias be to "bundle exec" --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index d76c1ff..9d15e27 100755 --- a/zshrc +++ b/zshrc @@ -190,6 +190,8 @@ alias uuu='cd ../../..' alias uuuu='cd ../../../..' alias myip='curl icanhazip.com' +alias be='bundle exec' + # ls Aliases # ---------------- if command_exists ls-comma; then