fix error in .zshrc

This commit is contained in:
2024-10-26 10:19:10 -04:00
parent 6fa1517d0c
commit 086466c03a
+1 -1
View File
@@ -57,7 +57,7 @@ if [[ "$OSTYPE" =~ ^darwin ]]; then
fi
if [[ "$OSTYPE" =~ ^linux ]]; then
plugins+-(
plugins+=(
archlinux
ubuntu
)