From bf8c83dadb79a7d1581a99ef926669510f97a288 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 31 Dec 2012 12:06:22 +0200 Subject: [PATCH] zshrc: fix one line & hopefully fix previous commit --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 7ace54bf..03e3a9f1 100644 --- a/zshrc +++ b/zshrc @@ -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