can't alias "-"

This commit is contained in:
Mylloon 2023-05-23 01:04:11 +02:00
parent f9d8f82922
commit 7920f93627
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@ abbr ..2 "cd ../.."
abbr ..3 "cd ../../.."
abbr ..4 "cd ../../../.."
abbr ..5 "cd ../../../../.."
abbr - "cd -"
abbr bigupdate "paru -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java"
abbr cat "bat -pp"
abbr c "command"

View file

@ -1,6 +1,5 @@
#!/usr/bin/fish
alias - "cd -"
alias activate "source bin/activate.fish"
alias gc "git clone"
alias 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"