Guest User

Untitled

a guest
Sep 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Disable Chrome's auto sign-in
  2. defaults write com.google.Chrome RestrictSigninToPattern -string ".*@example.com"
  3.  
  4. # Font smoothing on VSCode (macOS Mojave)
  5. defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
Add Comment
Please, Sign In to add comment