mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Disable globbing when executing zeus rake
aliases to enable use of square brackets without escaping
This commit is contained in:
parent
2d40cc0bb3
commit
25df9f3998
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ alias zsr='zeus server'
|
|||
alias zerver='zeus server'
|
||||
|
||||
# Rake
|
||||
alias zr='zeus rake'
|
||||
alias zake='zeus rake'
|
||||
alias zr='noglob zeus rake'
|
||||
alias zake='noglob zeus rake'
|
||||
|
||||
# Generate
|
||||
alias zg='zeus generate'
|
||||
|
|
Loading…
Reference in a new issue