Skip to content

Commit

Permalink
jp for pretty printing json
Browse files Browse the repository at this point in the history
  • Loading branch information
jch committed Dec 30, 2015
1 parent b4ab6cb commit 53c0474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/profile
Expand Up @@ -35,6 +35,7 @@ alias sb='script/bootstrap'
alias dbm='rake db:migrate db:test:prepare'
alias t='testrb'
alias testlog='touch log/test.log; less +F log/test.log; rm log/test.log'
alias jp='ruby -rawesome_print -rjson -ne "ap JSON.parse(\$_)"'

# Heroku
function h { heroku ${@:1:($#-1)} --app ${@: -1} --account jch; }
Expand Down

0 comments on commit 53c0474

Please sign in to comment.