From 23aea2bbc746bf76b74c0fb5371f991ffe7cd2e0 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 2 Apr 2018 11:27:05 -0400 Subject: [PATCH] force empty trash --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index f2322da..b45809a 100644 --- a/.bashrc +++ b/.bashrc @@ -92,6 +92,7 @@ alias digg="dig @8.8.8.8 +nocmd any +multiline +noall +answer" alias unhide="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder" alias rehide="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder" +alias forcetrash="sudo rm -rf ~/.Trash /Volumes/*/.Trashes" alias afk="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend" alias update="brew update; brew upgrade; brew cleanup; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update; sudo gem cleanup" # sudo softwareupdate -i -a;