From dfcae5356f1a86c8ecefb2e92dac3bca91ee3d6b Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sun, 12 Sep 2021 16:25:06 +0200 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 8a52bef..37b4385 100755 --- a/setup.sh +++ b/setup.sh @@ -52,7 +52,7 @@ OPTIONS_VALUES=( ) OPTIONS_LABELS=("zsh + oh-my-zsh" "Neovim (Requires asdf)" "asdf" "Direnv" "NodeJS" "Golang" "Python" "Deno" "Hugo" "Rust") -for i in "${(@i)OPTIONS_VALUES}"; do +for i in "${!OPTIONS_VALUES[@]"; do OPTIONS_STRING+="${OPTIONS_VALUES[$i]} (${OPTIONS_LABELS[$i]});" done