From ed707c48b8fffd94f73627544be397634412fcfe Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 19 Oct 2023 10:57:23 -0400 Subject: [PATCH] Fix bug --- configs/shells/bash/macros.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index 3d43727..46160f1 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -184,7 +184,8 @@ ewconfig-pull-zip(){ cd ~/Downloads curl -L https://ewp.fyi/config.zip -o ewconfig.zip rm -rf ~/.config/ewconfig - unzip -o ewconfig.zip -d ~/.config/ewconfig + unzip ewconfig.zip + mv ewconfig-master ~/.config/ewconfig rm ewconfig.zip # Return to the original directory