add nix-develop prompt

This commit is contained in:
Rachel Lambda Samuelsson 2023-08-02 17:13:06 +02:00
parent 34e5a3d281
commit d113683bdf

View File

@ -103,6 +103,7 @@
# [NIX]
nix = {
settings = {
bash-prompt = "\\033[1m\\u\\033[0m@\\033[1m\\h\\033[0m: \\w\\n \\040";
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};