aliases: improvement to paru alias
This commit is contained in:
parent
631fc54dee
commit
6e3d4f4201
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ alias \
|
|||
# super duper paru alias
|
||||
# shellcheck disable=SC2139
|
||||
command -v paru > /dev/null && alias \
|
||||
parue="$(which paru) --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --fm nvim" \
|
||||
parue='\paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --fm nvim' \
|
||||
paru='parue --skipreview' \
|
||||
|
||||
# TODO: make sure IS_TTY is set to a value in the env file, in case the profile is not installed.
|
||||
|
|
Loading…
Add table
Reference in a new issue