Added reflector & mirror update alias

This commit is contained in:
Rain Clark 2022-02-18 15:30:34 -05:00
parent 2eef592f7e
commit bd9080d3e7
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,6 @@ mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
echo -e "\e[38;5;$((RANDOM%257))mInstalling other common programs\e[0m"
sudo pacman -S mpv nethack vifm kitty topgrade --noconfirm
sudo pacman -S mpv nethack vifm kitty topgrade reflector --noconfirm

1
.zshrc
View File

@ -110,6 +110,7 @@ alias du=dust
# Network Alias Commands
alias weather="curl wttr.in"
alias tb="nc termbin.com 9999"
alias mirrordate="sudo reflector --country US --latest 5 --sort rate --save /etc/pacman.d/mirrorlist"
export EDITOR=nvim