aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.functions b/.functions
index 62b69ef..62d970d 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