commit d6eaf8e9cf830ef92df2c195e13a7f6cdd005d0a parent 372b6a51cabaeae2dfa0f91c365afad5b0235b80 Author: Jared Tobin <jared@jtobin.io> Date: Fri, 9 Feb 2024 15:29:42 +0400 Tweak shell prompt. Diffstat:
M | flake.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix @@ -21,7 +21,7 @@ shellHook = '' echo "entering shell.." - PS1="\e[1;34m[nix-develop] \w$ \e[0m" + PS1="\e[1;34m[nix] \w$ \e[0m" echo "$(${pkgs.haskell.compiler.ghc964}/bin/ghc --version)" ''; };