mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 8f1a5d3f15 into 1a0be15d8c
This commit is contained in:
commit
30bbc95da2
1 changed files with 6 additions and 0 deletions
6
plugins/rake/rake.plugin.zsh
Normal file
6
plugins/rake/rake.plugin.zsh
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
alias rake="noglob rake" # allows square brackts for rake task invocation
|
||||||
|
alias brake='noglob bundle exec rake' # execute the bundled rake gem
|
||||||
|
alias srake='noglob sudo rake' # noglob must come before sudo
|
||||||
|
alias sbrake='noglob sudo bundle exec rake' # altogether now ...
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue