diff options
| author | kj-sh604 | 2024-06-30 07:34:13 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-06-30 07:34:13 -0400 |
| commit | 422b6cb9af6c9faf3f42938db3e56c6262a67827 (patch) | |
| tree | f22e9a7ff78ee28c8f190618fdd73f376aa705b5 /.config/shell/.zshrc | |
| parent | df1ae5288ab3e3ce3d1637e028232fd559550d3a (diff) | |
refactor: switch to `paru`
Diffstat (limited to '.config/shell/.zshrc')
| -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'" |
