fix: disable broken starship nix module

This commit is contained in:
oddlama 2023-09-14 14:04:46 +02:00
parent ae120a16c7
commit 1f2a22fd38
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -19,7 +19,6 @@
"($jobs )" "($jobs )"
"($python )" "($python )"
"($rust )" "($rust )"
"($nix_shell )"
"$time" "$time"
]; ];
@ -80,10 +79,6 @@
"[($ahead_behind )](green)" "[($ahead_behind )](green)"
]; ];
}; };
nix_shell = {
format = ''[$symbol$state( \($name\))]($style)'';
heuristic = true; # Also detect nix shell
};
status = { status = {
disabled = false; disabled = false;
pipestatus = true; pipestatus = true;