[:completion ivy] Call pacman in the normal way

`--needed` and `--noconfirm` are fine, but are usual to use when
installing a single package.
This commit is contained in:
Colin Woodbury 2021-05-17 07:25:23 -07:00
parent b771425f45
commit e05dd2651f
No known key found for this signature in database
GPG key ID: 101BA589276BB074

View file

@ -28,7 +28,7 @@
* Description
This module provides Ivy integration for a variety of Emacs commands, as well as
a unified interface for project search and replace, powered by ripgrep.
a unified interface for project search and replace, powered by [[https://github.com/BurntSushi/ripgrep/][ripgrep]].
#+begin_quote
I prefer ivy over ido for its flexibility. I prefer ivy over helm because it's
@ -76,7 +76,7 @@ brew install ripgrep
*** Arch Linux
#+BEGIN_SRC sh :dir /sudo::
sudo pacman --needed --noconfirm -S ripgrep
sudo pacman -S ripgrep
#+END_SRC
*** openSUSE