diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-21 22:32:30 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-21 22:32:30 +0300 |
commit | cb0eb51bae58621087e6e0f575faf348fbdb5423 (patch) | |
tree | 4e004d674149e1fa1d38ce32293609e94357bc17 /.aliases | |
parent | 1ab9402e6463ff16a19e27ad528424b423043e4b (diff) | |
download | dotfiles-cb0eb51bae58621087e6e0f575faf348fbdb5423.tar.gz dotfiles-cb0eb51bae58621087e6e0f575faf348fbdb5423.tar.bz2 dotfiles-cb0eb51bae58621087e6e0f575faf348fbdb5423.zip |
Add `emptytrash` alias.
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |