touch ~/.zsh_functions
vim ~/.zsh_functionsfunction jcurl() {
curl -s "$@" | json | pygmentize -l json
}
function tojson(){
json | pygmentize -l json
}vim ~/.zshrc
source ~/.zsh_functionsjcurl http://ip.jsontest.com/touch ~/.zsh_functions
vim ~/.zsh_functionsfunction jcurl() {
curl -s "$@" | json | pygmentize -l json
}
function tojson(){
json | pygmentize -l json
}vim ~/.zshrc
source ~/.zsh_functionsjcurl http://ip.jsontest.com/