This commit is contained in:
2024-05-09 16:49:43 +01:00
parent 7044845aea
commit e60884f99b
+1
View File
@@ -207,6 +207,7 @@
".." = "cd .."; ".." = "cd ..";
set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)"; set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)";
set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)"; set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)";
work = "nix develop --impure";
}; };
}; };
emacs = { emacs = {