Skip to content

Commit

Permalink
New pyclean alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Apr 14, 2013
1 parent 86a8af8 commit 5dac267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ alias ls="ls --color=auto"
alias o="xdg-open"
alias please="sudo"
alias rtfm="man"
alias pyclean="find . -name '*.pyc' -delete"

# Git shortcuts
alias gits="git status"
Expand Down

0 comments on commit 5dac267

Please sign in to comment.