Add Curl Plugin
This commit is contained in:
parent
e55c715508
commit
4b0d5716da
5
plugins/curl/curl.plugin.zsh
Normal file
5
plugins/curl/curl.plugin.zsh
Normal file
@ -0,0 +1,5 @@
|
||||
alias jcurl=jsoncurl
|
||||
function jsoncurl()
|
||||
{
|
||||
curl -s $1 |python -m json.tool
|
||||
}
|
Loading…
Reference in New Issue
Block a user