From 422b6cb9af6c9faf3f42938db3e56c6262a67827 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sun, 30 Jun 2024 07:34:13 -0400 Subject: refactor: switch to `paru` --- .config/shell/.zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/shell') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index ad17190..24871e8 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -24,14 +24,13 @@ SAVEHIST=9999999 alias grep='grep --colour=auto' alias ls="ls --group-directories-first -h -p --color -F" alias neofetch="alsi" - alias p="command yay" + alias p="paru" alias printf="command printf" - alias pu="command yay -Syu --answerclean yes --rebuildall --noconfirm" + alias pu="paru -Syu --noconfirm" alias s="cd ~/.local/bin && ls" alias t="timedatectl" alias w="curl wttr.in" alias x="startx" - alias yay="echo" # youtube-dl aliases alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" -- cgit v1.2.3