Skip to content

Instantly share code, notes, and snippets.

@portalsoup
Last active September 28, 2017 18:54
Show Gist options
  • Save portalsoup/7418783 to your computer and use it in GitHub Desktop.
Save portalsoup/7418783 to your computer and use it in GitHub Desktop.
Osx "hacks"
#Makes Finder show full posix path in header of current folder.
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment