mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
6 lines
162 B
Bash
6 lines
162 B
Bash
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'
|