mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
New Plugin for HTTPie
This commit is contained in:
parent
96e4e5dd03
commit
56f417ff48
1 changed files with 6 additions and 0 deletions
6
plugins/httpie/httpie.plugin.zsh
Normal file
6
plugins/httpie/httpie.plugin.zsh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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