Last Updated: February 25, 2016
·
269
· ziggythehamster

Some useful bash aliases on OS X

Here are some useful aliases that I use on OS X (put them in ~/.profile or your other favorite place):

alias grep="grep --color"
alias subl="open -a 'Sublime Text 2.app'"
alias vlc="open -a 'VLC.app'"
alias jsonpretty="python -m json.tool"