Alias for removing Vim swap files
Put this in your .bashrc/.profile/.zshrc:
alias rmswp='find . -name "*.sw[a-z]" | xargs rm'
Written by Jack Hsu
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Zsh
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#