Skip to content

Instantly share code, notes, and snippets.

@sometimesfood
Last active June 1, 2017 14:42
Show Gist options
  • Save sometimesfood/776810 to your computer and use it in GitHub Desktop.
Save sometimesfood/776810 to your computer and use it in GitHub Desktop.
handy shell aliases
playrar () { unrar p -inul $* | mplayer -noidx -cache 30000 - }
alias spindown="sdparm --flexible --command=stop"
alias diff2html="pygmentize -f html -O full,style=emacs -l diff"
alias wdiff2html="pygmentize -f html -O full,style=emacs -l wdiff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment