From 513f809f4283697fe47517f345e5c4928c3193c5 Mon Sep 17 00:00:00 2001 From: nowherecat Date: Thu, 11 Feb 2016 00:13:14 +0100 Subject: .osx: Show the `/Volumes` folder Closes #621. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index b34eb5e..3fa0ac5 100755 --- a/.osx +++ b/.osx @@ -326,6 +326,9 @@ sudo nvram boot-args="mbasd=1" # Show the ~/Library folder chflags nohidden ~/Library +# Show the /Volumes folder +sudo chflags nohidden /Volumes + # Remove Dropbox’s green checkmark icons in Finder file=/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns [ -e "${file}" ] && mv -f "${file}" "${file}.bak" -- cgit v1.2.3