diff options
Diffstat (limited to '.functions')
-rw-r--r-- | .functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |