Add repl alias to nix shell

This commit is contained in:
Jaculabilis 2022-12-31 12:41:37 -08:00
parent 4b8cf48567
commit cdef096477
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
devShell = pkgs.mkShell {
shellHook = ''
PS1='\[\e[0;94m\]\u@\H\[\e[0;93m\] 5dplomacy \[\e[0;92m\]$(git rev-parse --short HEAD)\[\e[0m\]\n\W$ '
alias repl="dotnet run --project MultiversalDiplomacy repl"
'';
DOTNET_CLI_TELEMETRY_OPTOUT = 1;
packages = [ pkgs.dotnet-sdk pkgs.dotnetPackages.NUnit3 ];