Commit b8788550 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added json prettifier alias

parent 7f0cb6c5
......@@ -93,6 +93,7 @@ alias vimdiff='vim -d -c "colorscheme desert"'
alias ydiff='diff -y -W 196 --left-column'
alias v='gpicview'
alias avg="awk '{a+=\$1} END{print a/NR}'"
alias json='python -mjson.tool'
function tm () {
`which time` -f %e $* > /dev/null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment