Last active
November 23, 2016 14:33
-
-
Save joshuamabina/a46738481da0989d8e07afabb626e073 to your computer and use it in GitHub Desktop.
An awesome list of bash aliases.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias diff="colordiff" | |
alias less="less -r" | |
alias md='/usr/local/bin/markdown2' | |
alias yt='/usr/local/bin/youtube-dl' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment