summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/whereami4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/whereami b/ar/.local/bin/whereami
index 0531376..68c9ffe 100755
--- a/ar/.local/bin/whereami
+++ b/ar/.local/bin/whereami
@@ -9,10 +9,10 @@ case "${os_type},${arch}" in
grep PRETTY_NAME /etc/os-release | cut -d'=' -f2- | sed 's/"//g' | awk -F' ' '{print $1}' | tr '[:upper:]' '[:lower:]' | sed 's/\(arch\|artix\)/ar/g'
;;
"darwin,arm64")
- echo "m1"
+ echo "mac"
;;
"darwin,x86_64")
- echo "mac"
+ echo "intel mac"
;;
"msys,"* | "cygwin,"* | "windows,"*)
echo "windows"