nix develop alias

This commit is contained in:
Ivan Dimitrov 2023-07-31 16:28:20 +03:00
parent d24f316ff0
commit b81b1173d6

View File

@ -116,6 +116,7 @@
gac = "ga && gc";
ga = "git add .";
gc = "git commit";
dev = "nix develop --command $SHELL";
};
history = {
size = 1000;