Remove custom format for nix-shell

Looks good again
This commit is contained in:
Andreas Zweili 2023-06-25 13:38:14 +02:00
parent c0e1493cba
commit 3fa6c2562e
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@
"$git_status"
"$character"
];
nix_shell = {
format = "\\[X\\] ";
};
python = {
format = "[$\{symbol\}($virtualenv) ]($style)";
};