[zsh] Add bundle exec alias
This commit is contained in:
parent
94e024c9f8
commit
db86a65fad
1 changed files with 2 additions and 0 deletions
2
zshrc
2
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'
|
||||
} #}}}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue