alias be to "bundle exec"
This commit is contained in:
parent
5a78c3121c
commit
302bf7cc6e
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
|
@ -190,6 +190,8 @@ alias uuu='cd ../../..'
|
||||||
alias uuuu='cd ../../../..'
|
alias uuuu='cd ../../../..'
|
||||||
alias myip='curl icanhazip.com'
|
alias myip='curl icanhazip.com'
|
||||||
|
|
||||||
|
alias be='bundle exec'
|
||||||
|
|
||||||
# ls Aliases
|
# ls Aliases
|
||||||
# ----------------
|
# ----------------
|
||||||
if command_exists ls-comma; then
|
if command_exists ls-comma; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue