1
0
Fork 0
forked from foxora/nix

somehow did it wrong and only just noticed :3

This commit is contained in:
foxora 2026-02-12 20:31:58 +00:00
parent d79a9caecf
commit 43b04c3f8a

View file

@ -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