Skip to content

Commit

Permalink
Add emptytrash alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 21, 2011
1 parent 1ab9402 commit cb0eb51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ alias fs="stat -f \"%z bytes\""
# ROT13-encode text. Works for decoding, too! ;)
alias rot13='tr a-zA-Z n-za-mN-ZA-M'

# Empty the Trash
alias emptytrash="rm -rfv ~/.Trash"

# Show/hide hidden files in Finder
alias show="defaults write com.apple.Finder AppleShowAllFiles -bool true && killall Finder"
alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool false && killall Finder"
Expand Down

0 comments on commit cb0eb51

Please sign in to comment.