From a21ba6a0ca51b1595cc501e030c9344bd5bfb9dc Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Thu, 29 Sep 2022 17:53:13 +0800 Subject: [PATCH] zshenv: fix: Missing h from arch --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 2998e31..6fb22e4 100644 --- a/.zshenv +++ b/.zshenv @@ -31,7 +31,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then DISTRO_TYPE=rpm elif command -v pacman &> /dev/null; then # Arch-based - DISTRO_TYPE=arc + DISTRO_TYPE=arch fi elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS