aboutsummaryrefslogtreecommitdiff
path: root/functions/utilities.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/utilities.zsh')
-rw-r--r--functions/utilities.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/utilities.zsh b/functions/utilities.zsh
index 8f676caf..86e5ba0e 100644
--- a/functions/utilities.zsh
+++ b/functions/utilities.zsh
@@ -79,7 +79,7 @@ function getRelevantItem() {
done
}
-# OS detection for the `os_icon` segment
+# OS detection
case $(uname) in
Darwin)
OS='OSX'