Created
April 1, 2016 21:47
-
-
Save chrissimpkins/5a71f7612a944c7c61dd6991f915fb10 to your computer and use it in GitHub Desktop.
Hide and show desktop icon aliases for OS X
This file contains hidden or 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
alias killicons='defaults write com.apple.finder CreateDesktop -bool false;killall Finder;' | |
alias showicons='defaults write com.apple.finder CreateDesktop -bool true;killall Finder;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment