diff --git a/.bashrc b/.bashrc index c2a2883..d943a77 100644 --- a/.bashrc +++ b/.bashrc @@ -389,6 +389,9 @@ docker-clean() { # alias to fix ~/.ssh permissions alias sshperms='cd ~ && chmod 600 ~/.ssh/* && chmod 700 ~/.ssh && chmod 644 ~/.ssh/*.pub' +# delete those pesky Zone.Identifier files that happen with WSL +alias unzone='find . -name "*:Zone.Identifier" -type f -delete' + ####################################################### # SPECIAL FUNCTIONS #######################################################