diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
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'" |
