From 37ceeaf85b102aab3022b1581b974534ca0ad641 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 19 Mar 2023 16:15:45 +0100 Subject: [PATCH] auto accept --- .config/fish/conf.d/abbr_arch.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index 87a5ec2..05762bd 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -2,4 +2,4 @@ abbr code "codium" abbr d "nautilus . -w &> /dev/null & disown" abbr spotify "spotify &> /dev/null & disown" abbr vs "codium ." -abbr vencord-installer 'sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"' +abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'