mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
5 lines
81 B
Bash
5 lines
81 B
Bash
alias jcurl=jsoncurl
|
|
function jsoncurl()
|
|
{
|
|
curl -s $1 |python -m json.tool
|
|
}
|