mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-05 00:03:44 +08:00
1480c2bfa5
Added support for having multiple sub-plugins within the archlinux family.
8 lines
266 B
Fish
8 lines
266 B
Fish
# TODO: Need to convert to fish
|
|
function pacmanallkeys
|
|
# Get all keys for developers and trusted users
|
|
#curl https://www.archlinux.org/{developers,trustedusers}/ |
|
|
#awk -F\" '(/pgp.mit.edu/) {sub(/.*search=0x/,"");print $1}' |
|
|
#xargs sudo pacman-key --recv-keys
|
|
end
|