Skip to content

Commit

Permalink
.osx: Show the /Volumes folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosbunker authored and mathiasbynens committed Feb 13, 2016
1 parent 153d1a3 commit 513f809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 513f809

Please sign in to comment.