From db86a65fadc008e0fdf2b10d69a740accf6cfb50 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 30 Apr 2015 11:37:41 -0700 Subject: [PATCH] [zsh] Add bundle exec alias --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index cf4fb6a..e98159d 100644 --- a/zshrc +++ b/zshrc @@ -149,6 +149,8 @@ function configure_zsh_aliases #{{{ alias -s txt='vim' alias -s xml='vim' alias -s jar='java -jar' + + alias bx='bundle exec' } #}}}