My dotfiles utilizing Chezmoi for management https://www.chezmoi.io/
 
 

3 lines
62 B

function curl_json() {
curl -s $1 | python -m json.tool
}