alias be to "bundle exec"

This commit is contained in:
Sami Samhuri 2016-08-17 13:31:04 -07:00
parent 5a78c3121c
commit 302bf7cc6e

2
zshrc
View file

@ -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