From 6347b52d4ab0fc645370fc29e191172786b5ee46 Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Thu, 3 Nov 2022 00:26:23 +0000 Subject: [PATCH] Make the dev shell a bit prettier --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a267b54..7454429 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];