zshenv: fix: Missing h from arch
This commit is contained in:
2
.zshenv
2
.zshenv
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user