diff options
| author | kj-sh604 | 2024-07-06 18:44:37 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-06 18:44:37 -0400 |
| commit | 1ea7a5b4a7c5894b188d403aa50f59bf180af8d9 (patch) | |
| tree | e113bfa284d4ecd30d670364ce35459610da11b2 /.config/shell | |
| parent | 29f6c379aaf8376bc72d2ce6c55993cebfd61a0e (diff) | |
refactor: put `SkipReview` in `paru.conf` rather than in an alias
Diffstat (limited to '.config/shell')
| -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 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" |
