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