From 8061efd112204ed97067d8cd9d9b949a05c3fbb1 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 24 May 2018 14:22:46 -0500 Subject: [PATCH] Fix globbing --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 7af482d..d5554a0 100755 --- a/install +++ b/install @@ -36,7 +36,7 @@ rm -rf \ mkdir -p \ "$DOTLOCAL" \ - "$HOME/.local/share/vim/{swap,undo}" \ + "$HOME/.local/share/vim/"{swap,undo} \ "$HOME/.themes/custom/gnome-shell" \ "$HOME/.vim/colors" \ "$HOME/.vim/pack/plugins/start"