mirror of https://github.com/bjeanes/dotfiles.git
5 lines
91 B
Fish
5 lines
91 B
Fish
|
function pubkey --description 'copy ssh keys to clipboard'
|
||
|
cat ~/.ssh/*.pub | pbcopy
|
||
|
|
||
|
end
|