zshrc: fix one line & hopefully fix previous commit

This commit is contained in:
Mika Suomalainen 2012-12-31 12:06:22 +02:00
parent 71e7e2a740
commit bf8c83dadb
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -121,7 +121,7 @@ CPUARCH=`uname -p`
UNAME=`uname`
# If we are on Mac, show hidden files in Finder and enable AirDrop over Ethernet and on unsupported (by Apple) Macs
if [ $UNAME = "Darwin" ]; then
if [[ $UNAME = "Darwin" ]]; then
defaults write com.apple.finder AppleShowAllFiles TRUE && defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1
fi