Skip to content

Instantly share code, notes, and snippets.

@pankkor
Last active June 24, 2024 15:10
Show Gist options
  • Save pankkor/11343e4a9cc0a5cee980477cf259269d to your computer and use it in GitHub Desktop.
Save pankkor/11343e4a9cc0a5cee980477cf259269d to your computer and use it in GitHub Desktop.
# Chrome: disable swipe navigation
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
# Finder: show full path in the title
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
# Xcode: show build times
defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment