diff --git a/.functions b/.functions index 62b69ef3a8..62d970d669 100644 --- a/.functions +++ b/.functions @@ -10,7 +10,7 @@ function httpcompression() { } function json() { - curl "$*" | python -mjson.tool | pygmentize -l javascript + python -mjson.tool <<< "$*" | pygmentize -l javascript } # All the dig info