Skip to content

Instantly share code, notes, and snippets.

@M4cs
Created July 30, 2019 18:15
Show Gist options
  • Save M4cs/540447a3cddaba744cd4d6c171912a03 to your computer and use it in GitHub Desktop.
Save M4cs/540447a3cddaba744cd4d6c171912a03 to your computer and use it in GitHub Desktop.
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