aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/00-checks.zsh
diff options
context:
space:
mode:
Diffstat (limited to '_zsh/00-checks.zsh')
-rw-r--r--_zsh/00-checks.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/_zsh/00-checks.zsh b/_zsh/00-checks.zsh
index 6868e2c..69282a6 100644
--- a/_zsh/00-checks.zsh
+++ b/_zsh/00-checks.zsh
@@ -6,6 +6,8 @@
if [[ $(uname) = 'Linux' ]]; then
IS_LINUX=1
+elif [[ $(uname) = 'Darwin' ]]; then
+ IS_MAC=1
elif [[ $(uname) = 'FreeBSD' ]]; then
IS_FREEBSD=1
IS_BSD=1