# ~/.config/fish/functions/pacman.fish # function addpkg # Browse through pacman package and install selection pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S end