chore: Bump pacman mirror count to 6

This commit is contained in:
Ahmad Ansori Palembani 2025-02-05 08:38:11 +07:00
parent 6a92f88958
commit b72e2f7090
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -140,7 +140,7 @@ alias qn='vim $HOME/Documents/QuickNote'
alias docx2pdf='lowriter --convert-to pdf'
alias mirror-update='curl -s "https://archlinux.org/mirrorlist/?country=ID&country=SG&country=US&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 -'
alias mirror-update='curl -s "https://archlinux.org/mirrorlist/?country=ID&country=SG&country=US&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 6 -'
alias center-pfetch="printf '\n'; pfetch | sed '\$d' | center -l"
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"