Added reflector & mirror update alias
This commit is contained in:
parent
2eef592f7e
commit
bd9080d3e7
2 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,6 @@ mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
|
||||||
|
|
||||||
|
|
||||||
echo -e "\e[38;5;$((RANDOM%257))mInstalling other common programs\e[0m"
|
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
1
.zshrc
|
|
@ -110,6 +110,7 @@ alias du=dust
|
||||||
# Network Alias Commands
|
# Network Alias Commands
|
||||||
alias weather="curl wttr.in"
|
alias weather="curl wttr.in"
|
||||||
alias tb="nc termbin.com 9999"
|
alias tb="nc termbin.com 9999"
|
||||||
|
alias mirrordate="sudo reflector --country US --latest 5 --sort rate --save /etc/pacman.d/mirrorlist"
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue