dotnet
This commit is contained in:
parent
7ec685a41b
commit
563619f8dc
|
@ -20,6 +20,8 @@
|
||||||
rb = "sh ~/nix/modules/apps/cli/zsh/scripts/rebuild.sh";
|
rb = "sh ~/nix/modules/apps/cli/zsh/scripts/rebuild.sh";
|
||||||
up = "sudo nix flake update ~/nix";
|
up = "sudo nix flake update ~/nix";
|
||||||
del = "sudo nix-collect-garbage -d";
|
del = "sudo nix-collect-garbage -d";
|
||||||
|
dn = "dotnet new cosole";
|
||||||
|
dr = "dotnet run";
|
||||||
};
|
};
|
||||||
|
|
||||||
history.size = 1000000;
|
history.size = 1000000;
|
||||||
|
|
Loading…
Reference in a new issue