Skip to content

Instantly share code, notes, and snippets.

@chrissimpkins
Created April 1, 2016 21:47
Show Gist options
  • Save chrissimpkins/5a71f7612a944c7c61dd6991f915fb10 to your computer and use it in GitHub Desktop.
Save chrissimpkins/5a71f7612a944c7c61dd6991f915fb10 to your computer and use it in GitHub Desktop.
Hide and show desktop icon aliases for OS X
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