diff options
author | nowherecat <dennis@rodewyk.net> | 2016-02-11 00:13:14 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2016-02-13 11:14:30 +0100 |
commit | 513f809f4283697fe47517f345e5c4928c3193c5 (patch) | |
tree | bf8ee429985c8167d1b55cd82f5839941835583b | |
parent | 153d1a33966c91f8a2026a8110c370be96c910f3 (diff) | |
download | dotfiles-513f809f4283697fe47517f345e5c4928c3193c5.tar.gz dotfiles-513f809f4283697fe47517f345e5c4928c3193c5.tar.bz2 dotfiles-513f809f4283697fe47517f345e5c4928c3193c5.zip |
.osx: Show the `/Volumes` folder
Closes #621.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |