mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
zshrc: fix one line & hopefully fix previous commit
This commit is contained in:
parent
71e7e2a740
commit
bf8c83dadb
2
zshrc
2
zshrc
@ -121,7 +121,7 @@ CPUARCH=`uname -p`
|
|||||||
UNAME=`uname`
|
UNAME=`uname`
|
||||||
|
|
||||||
# If we are on Mac, show hidden files in Finder and enable AirDrop over Ethernet and on unsupported (by Apple) Macs
|
# 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
|
defaults write com.apple.finder AppleShowAllFiles TRUE && defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user