only add paru alias if paru exists
This commit is contained in:
parent
1f4945bdc9
commit
36a30b3093
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
## Short hand programs (ex: sc = shellcheck) >>>
|
||||
# use nvim rather than vim if the command exists
|
||||
alias \
|
||||
vim='nvim' \
|
||||
vimdiff='nvim -d' \
|
||||
|
||||
alias \
|
||||
|
@ -56,7 +55,7 @@ alias \
|
|||
|
||||
# super duper paru alias
|
||||
# shellcheck disable=SC2139
|
||||
alias \
|
||||
command -v paru > /dev/null && alias \
|
||||
parue="$(which paru) --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --fm nvim" \
|
||||
paru='parue --skipreview' \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue