simplify spotx

This commit is contained in:
Mylloon 2024-08-29 13:03:04 +02:00
parent a2db8ed521
commit 224e395632
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"