From bedb0708366601bcff712f76ec2012d536caf0e4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 28 Nov 2022 21:37:33 +0100 Subject: [PATCH] remove old abbr --- arch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/arch.sh b/arch.sh index 10623a5..fd67293 100644 --- a/arch.sh +++ b/arch.sh @@ -127,7 +127,6 @@ main() { fish -c "abbr nano 'micro'" fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java'" fish -c "abbr d 'nautilus . -w &> /dev/null & disown'" - fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'" fish -c "abbr gc 'git clone'" fish -c "abbr cl 'cat src/**.* | sed \'/^\s*$/d\' | wc -l'" fish -c "abbr mirrors_update \"curl -s 'https://archlinux.org/mirrorlist/?country=FR&country=GB&protocol=https&use_mirror_status=on' | sed -e 's/^#Server/Server/' -e '/^#/d' | sudo bash -c 'rankmirrors -n 7 - > /etc/pacman.d/mirrorlist' && sudo pacman -Syy\""