From 086466c03a49e0a7eaba6e42244407fb1746dbc6 Mon Sep 17 00:00:00 2001 From: Charles D Date: Sat, 26 Oct 2024 10:19:10 -0400 Subject: [PATCH] fix error in .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 313bec1..dc41a6c 100644 --- a/.zshrc +++ b/.zshrc @@ -57,7 +57,7 @@ if [[ "$OSTYPE" =~ ^darwin ]]; then fi if [[ "$OSTYPE" =~ ^linux ]]; then - plugins+-( + plugins+=( archlinux ubuntu )