Skip to content

Instantly share code, notes, and snippets.

@jcook793
Created September 23, 2016 21:07
Show Gist options
  • Save jcook793/6bcdde15785e0b9ad1abb32f812bda42 to your computer and use it in GitHub Desktop.
Save jcook793/6bcdde15785e0b9ad1abb32f812bda42 to your computer and use it in GitHub Desktop.
Color profile fix
#!/bin/bash
#
# This fixes an issue I had where the color profile of my external display wouldn't "stick". Had a corrupt cache file, this removes it.
#
sudo rm $(getconf DARWIN_USER_CACHE_DIR)com.apple.colorsync.profiles.`id -u`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment