From 1ea7a5b4a7c5894b188d403aa50f59bf180af8d9 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sat, 6 Jul 2024 18:44:37 -0400 Subject: refactor: put `SkipReview` in `paru.conf` rather than in an alias --- .config/shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index f7b8c5a..ad21fef 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 --skipreview" + alias p="paru" alias printf="$(command which printf)" alias pu="paru -Syu --noconfirm" alias s="cd ~/.local/bin && ls" -- cgit v1.2.3