Skip to content

Instantly share code, notes, and snippets.

@nwhitmont
Last active January 4, 2018 22:52
Show Gist options
  • Save nwhitmont/a597e9bc165a49cd5899c6aa2c7c9a96 to your computer and use it in GitHub Desktop.
Save nwhitmont/a597e9bc165a49cd5899c6aa2c7c9a96 to your computer and use it in GitHub Desktop.
# show full path in Finder title bar (top)
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder
# shorten the default notification duration (requires logout to take effect)
defaults write com.apple.notificationcenterui bannerTime 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment