jeroenpardon
7/9/2017 - 6:06 AM

OSX Tweaks

OSX Tweaks #OSX #terminal

OSX tweaks

Show the Path in the Finder Title Bar

defaults write com.apple.finder FXShowPosixPathInTitle -bool true; killall Finder

Show hidden files and folders in finder

defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder

Hide or show hidden file per folder or filename

chflags nohidden ~/Documents/File~

Disable warning when emptying trash

defaults write com.apple.finder WarnOnEmptyTrash -bool false