Make the dev shell a bit prettier
This commit is contained in:
parent
63289bce54
commit
6347b52d4a
|
@ -9,7 +9,7 @@
|
|||
in rec {
|
||||
devShell = pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1="5dplomacy:\W$ "
|
||||
PS1='\[\e[0;94m\]\u@\H\[\e[0;93m\] 5dplomacy \[\e[0;92m\]$(git rev-parse --short HEAD)\[\e[0m\]\n\W$ '
|
||||
'';
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT = 1;
|
||||
packages = [ pkgs.dotnet-sdk pkgs.dotnetPackages.NUnit3 ];
|
||||
|
|
Loading…
Reference in New Issue