forked from foxora/nix
somehow did it wrong and only just noticed :3
This commit is contained in:
parent
d79a9caecf
commit
43b04c3f8a
1 changed files with 2 additions and 1 deletions
|
|
@ -44,9 +44,10 @@ in
|
||||||
|
|
||||||
# init github keys
|
# init github keys
|
||||||
# description: gi = github initialize
|
# description: gi = github initialize
|
||||||
sa = "eval \"$(ssh-agent -s)\"";
|
sai = "eval \"$(ssh-agent -s)\"";
|
||||||
gh-auv = "ssh-add ~/.ssh/github_auroraveon";
|
gh-auv = "ssh-add ~/.ssh/github_auroraveon";
|
||||||
cb-fox = "ssh-add ~/.ssh/codeberg_foxxyora";
|
cb-fox = "ssh-add ~/.ssh/codeberg_foxxyora";
|
||||||
|
tf-fox = "ssh-add ~/.ssh/tearforge_foxora";
|
||||||
|
|
||||||
# --------------------
|
# --------------------
|
||||||
# shorthand nix command aliases
|
# shorthand nix command aliases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue