From 4bd546e64951c0ae6e48b0a52ba8fc5a54283d74 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 18 Feb 2025 13:22:23 -0800 Subject: [PATCH] Remove vimbundles array from setup.sh This array is no longer used. --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index 1ee8838..f2275ba 100755 --- a/setup.sh +++ b/setup.sh @@ -5,9 +5,6 @@ sys=`uname -s | tr A-Z a-z` skipitems=(setup.sh README.md py bin Alfred Colors Dotfiles LaunchAgents Python '.*\.orig' '.*~') -typeset -A vimbundles -vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git") - function link { local action local dest