zshenv: fix: Missing h from arch

This commit is contained in:
PorridgePi
2022-09-29 17:53:13 +08:00
parent 46c52068e2
commit a21ba6a0ca

View File

@@ -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