From 4052357e021085bc1c761108446ee09a778ade15 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sun, 18 Jan 2026 01:33:29 -0500 Subject: big updates --- bash/dot-config/bash/functions.bash | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bash/dot-config') 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 -- cgit v1.2.3-71-gdd5e