diff --git a/more-common-settings.sh b/more-common-settings.sh index 4d50934..cdab64f 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -66,8 +66,8 @@ killall Photos sudo defaults write com.apple.CloudDocs DisableCloudKit -bool true sudo defaults write com.apple.CloudPhotos FrameworkEnabled -bool false -# Enable Finder path/status bar... -echo "[DSMOSS] Enable Finder path/status bar..." +# Configure file manager... +echo "[DSMOSS] Configure file manager..." defaults write com.apple.finder ShowPathbar -bool true defaults write com.apple.finder ShowStatusBar -bool true killall Finder