added json shortcuts to fish

This commit is contained in:
Ludwig Lehnert 2024-04-08 18:13:45 +02:00
parent 91f08ccb9e
commit 4d882968f9

View File

@ -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'"