added json shortcuts to fish
This commit is contained in:
parent
91f08ccb9e
commit
4d882968f9
@ -7,3 +7,6 @@ end
|
||||
set -x EDITOR hx
|
||||
alias tmux="tmux -2"
|
||||
|
||||
alias json-get="curl --request GET -H 'Content-Type: application/json'"
|
||||
alias json-post="curl --request POST -H 'Content-Type: application/json'"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user