Skip to content

Commit

Permalink
馃摝 NEW: delete .DS_Store alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Oct 17, 2018
1 parent 7caa12a commit d519b9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/shellscript.sh
Expand Up @@ -10,3 +10,6 @@ alias ...="cd ../../.."
alias ....="cd ../../../.."
alias cd..="cd .." # Typo addressed.

# Recursively delete all `.DS_Store` files in the pwd.
alias rmds="find . -type f -name '*.DS_Store' -ls -delete"

0 comments on commit d519b9c

Please sign in to comment.