diff options
Diffstat (limited to '.config/shell/.zshrc')
| -rw-r--r-- | .config/shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index ad21fef..f7b8c5a 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -25,7 +25,7 @@ SAVEHIST=9999999 alias grep='grep --colour=auto' alias ls="ls --group-directories-first -h -p --color -F" alias neofetch="alsi" - alias p="paru" + alias p="paru --skipreview" alias printf="$(command which printf)" alias pu="paru -Syu --noconfirm" alias s="cd ~/.local/bin && ls" |
