Skip to content

Instantly share code, notes, and snippets.

@junkafarian
Created September 3, 2010 11:12
Show Gist options
  • Save junkafarian/563758 to your computer and use it in GitHub Desktop.
Save junkafarian/563758 to your computer and use it in GitHub Desktop.
alias cleanflymake='find . -type f -name "*_flymake*" -exec rm -f {} \;'
alias cleanpyc='find . -type f -name "*.pyc" -exec rm -f {} \;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment