Skip to content

Instantly share code, notes, and snippets.

[alias]
ul = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%aN <%aE>%Creset' --abbrev-commit --date=relative

Keybase proof

I hereby claim:

  • I am nrodrigues on github.
  • I am nrodrigues (https://keybase.io/nrodrigues) on keybase.
  • I have a public key whose fingerprint is 29D6 1AFE 9571 1005 FDFF CF82 CDEC CB0D C7B8 76A1

To claim this, I am signing this object:

@nrodrigues
nrodrigues / gist:530f498600363e55ff3a
Last active July 7, 2022 06:47
Always show scrollbars in Eclipse only
# always show scrollbars in Eclipse
defaults write -app Eclipse AppleShowScrollBars 'Always'
# Return to system default
defaults delete -app Eclipse AppleShowScrollBars
@nrodrigues
nrodrigues / gist:6042960
Last active December 20, 2015 00:39 — forked from danro/gist:3837163
# 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