diff --git a/home/.config/zsh/04-aliases.zsh b/home/.config/zsh/04-aliases.zsh index b031d72..98244c4 100644 --- a/home/.config/zsh/04-aliases.zsh +++ b/home/.config/zsh/04-aliases.zsh @@ -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"