From 6505fc5a7566d76d9a385d2f79ef721498a1c2cb Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 20 Feb 2022 17:38:48 +0100 Subject: [PATCH] Added comment --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 826e11e..a8bea39 100644 --- a/zshrc +++ b/zshrc @@ -19,6 +19,8 @@ if [[ $(uname) == 'Linux' ]]; then elif [[ $(uname) == 'Darwin' ]]; then platform='macOS' fi + +# Define CPU architecture arch='Unknown' if [[ $(uname -p) == 'arm' ]]; then arch="arm"