diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
| commit | 4052357e021085bc1c761108446ee09a778ade15 (patch) | |
| tree | e8664f34056a9f34538e1abb0b3eead15ecb4d70 /bash/dot-config | |
| parent | 83113fff46023d6cde0c2d982978fe7f5a5cfce2 (diff) | |
big updates
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 |
