[zsh] enables httpie aliases
This commit is contained in:
parent
121176fee0
commit
6a5b83fee4
1 changed files with 4 additions and 5 deletions
|
@ -35,11 +35,10 @@ alias gmv="git mv"
|
|||
alias grm="git rm"
|
||||
|
||||
# HTTPie aliases
|
||||
# Rename these and perhaps only do GET POST HEAD on OSX
|
||||
# alias GET="http"
|
||||
# alias POST="http POST"
|
||||
# alias HEAD="http HEAD"
|
||||
# alias dl="http --print=b --download"
|
||||
alias GET="http"
|
||||
alias POST="http POST"
|
||||
alias HEAD="http HEAD"
|
||||
alias dl="http --print=b --download"
|
||||
|
||||
# Tmuxinator
|
||||
alias m="mux start"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue