This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
059dca73f1
dotfiles
/
fish
/
functions
/
pubkey.fish
5 lines
91 B
Fish
Raw
Blame
History
function
pubkey
--description
'copy ssh keys to clipboard'
cat ~/.ssh/*.pub
|
pbcopy
end
View Git Blame
Copy Permalink