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 DISTRO_TYPE=rpm
elif command -v pacman &> /dev/null; then elif command -v pacman &> /dev/null; then
# Arch-based # Arch-based
DISTRO_TYPE=arc DISTRO_TYPE=arch
fi fi
elif [[ "$OSTYPE" == "darwin"* ]]; then elif [[ "$OSTYPE" == "darwin"* ]]; then
# macOS # macOS