alpha
Login
or
Join now
xcc.es
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles
shell
zinit
zsh
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ssh ed key
author
Morgan Williams
date
1 year ago
(Apr 4, 2025, 8:20 PM +0200)
commit
dee92a86
dee92a86cf38b5edc25796a4c9e3dc7020d3a927
parent
f3a777d4
f3a777d4443e34772919acffddd3f4bf43935c27
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
ssh.zsh
+1
-1
ssh.zsh
View file
Reviewed
···
1
1
sshake(){
2
2
-
ls $HOME/.ssh/id_rsa || ssh-keygen -t rsa;
2
2
+
ls $HOME/.ssh/id_rsa || ssh-keygen;
3
3
ssh-copy-id $@;
4
4
}
5
5