diff options
Diffstat (limited to 'bash/dot-config')
| -rw-r--r-- | bash/dot-config/bash/functions.bash | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/dot-config/bash/functions.bash b/bash/dot-config/bash/functions.bash index 33bfd67..a8c0a65 100644 --- a/bash/dot-config/bash/functions.bash +++ b/bash/dot-config/bash/functions.bash @@ -42,6 +42,11 @@ pS() pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S } +paruS() +{ + paru -Slq | fzf --multi --preview 'paru -Si {1}' | xargs -ro paru -S +} + yayS() { yay -Slq | fzf --multi --preview 'yay -Si {1}' | xargs -ro yay -S |
