Fix repo add alias

main
Marko Korhonen 1 year ago
parent 2b7479510f
commit 19461430f7
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -75,7 +75,7 @@ pr() {
ra() {
SELECTED_PKGS="$(paru -Slqa | fzf --header='Add packages to repo' -m --preview 'paru -Si {1}' | tr '\n' ' ')"
if [ -n "$SELECTED_PKGS" ]; then
cmd="aur -S $SELECTED_PKGS"
cmd="aur sync -S $SELECTED_PKGS"
# Append the expanded command to history
print -s "$cmd"

Loading…
Cancel
Save