mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-17 05:51:18 +02:00
Aliases for httipe plugin
This commit is contained in:
parent
c630ac2c31
commit
3461513aa5
1 changed files with 8 additions and 1 deletions
|
|
@ -30,4 +30,11 @@ function _httpie_completion() {
|
||||||
'*: :->args' && ret=0
|
'*: :->args' && ret=0
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef _httpie_completion http
|
compdef _httpie_completion http
|
||||||
|
|
||||||
|
alias 'GET=http -v GET'
|
||||||
|
alias 'POST=http -v POST'
|
||||||
|
alias 'PUT=http -v PUT'
|
||||||
|
alias 'PATCH=http -v PATCH'
|
||||||
|
alias 'DELETE=http -v DELETE'
|
||||||
|
alias 'OPTION=http -v OPTION'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue