Remove custom PS1
This commit is contained in:
parent
0f201610d2
commit
26e268c3a0
|
@ -8,9 +8,6 @@
|
|||
let pkgs = nixpkgs.legacyPackages.${system};
|
||||
in rec {
|
||||
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$ '
|
||||
'';
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT = 1;
|
||||
packages = [ pkgs.dotnet-sdk pkgs.dotnetPackages.NUnit3 ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue