remove old abbr
This commit is contained in:
parent
3299ed3938
commit
bedb070836
1 changed files with 0 additions and 1 deletions
1
arch.sh
1
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\""
|
||||
|
|
Loading…
Reference in a new issue