Commit d6c150de authored by Diógenes's avatar Diógenes
Browse files

adding python plugin with some aliases

parent 971b071d
# Find python file
alias pyfind='find . -name "*.py"'
# Remove python compiled byte-code
alias pycrm='rm `find . | grep -E "*.(pyc|pyo)$"`'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment