Skip to content

Instantly share code, notes, and snippets.

@nrodrigues
Forked from danro/gist:3837163
Last active December 20, 2015 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrodrigues/6042960 to your computer and use it in GitHub Desktop.
Save nrodrigues/6042960 to your computer and use it in GitHub Desktop.
# Fix font smoothing on Lion / Mountain Lion Terminal.app [range: 0-3]
defaults write com.apple.Terminal AppleFontSmoothing -int 1
# System wide change, not recommended
# Fix font smoothing on Lion / Mountain Lion [range: 0-3]
defaults -currentHost write -globalDomain AppleFontSmoothing -int 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment