mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-05 00:03:44 +08:00
10 lines
301 B
Fish
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
|