Created
July 30, 2019 18:15
-
-
Save M4cs/540447a3cddaba744cd4d6c171912a03 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "alias uicache='sudo rm -rfv /Library/Caches/com.apple.iconservices.store >> /dev/null; sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec rm -rfv {} \ >> /dev/null; ; sleep 3;sudo touch /Applications/* >> /dev/null; killall Dock; killall Finder; echo Cache Refreshed;'" >> ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment