oh-my-fish/plugins/archlinux/pacman/pacmansignkeys.fish
Steven Knight 1480c2bfa5 Ported pacman aliases from oh-my-zsh's archlinux plugin.
Added support for having multiple sub-plugins within the archlinux family.
2014-02-28 19:29:39 -05:00

10 lines
301 B
Fish

# TODO: Need to convert to fish
function pacmansignkeys
# for key in $*; do
# sudo pacman-key --recv-keys $key
# sudo pacman-key --lsign-key $key
# printf 'trust\n3\n' | sudo gpg --homedir /etc/pacman.d/gnupg \
# --no-permission-warning --command-fd 0 --edit-key $key
# done
end