mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: disable broken starship nix module
This commit is contained in:
parent
ae120a16c7
commit
1f2a22fd38
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue