From 224e395632d0589d5c38074bc1dee01154953402 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 29 Aug 2024 13:03:04 +0200 Subject: [PATCH] simplify spotx --- .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 48c9b1d..ee321bb 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -3,7 +3,7 @@ abbr d "nautilus . -w &> /dev/null & disown" abbr vs "codium ." # abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"' abbr xclip "xclip -selection clipboard" -abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'" +abbr spotx "curl -sSL https://spotx-official.github.io/run.sh | bash" abbr rm "trash -f" abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard" abbr ll "eza --git --icons=auto -gl"