#alias:new pacmanhisto cat /var/log/pacman.log fn pacmanhisto [@_args]{ cat /var/log/pacman.log | grep "ALPM" | grep $@_args }