fix: broken nix shell starfish module removed
This commit is contained in:
parent
444fb0411c
commit
de20ed407e
|
@ -188,11 +188,11 @@
|
|||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
|
||||
"path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates",
|
||||
"path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates",
|
||||
"path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
];
|
||||
|
||||
right_format = lib.concatStrings [
|
||||
"$nix_shell"
|
||||
#"$nix_shell"
|
||||
"( $cmd_duration)"
|
||||
"$status"
|
||||
"$jobs"
|
||||
"( $status)"
|
||||
"( $jobs)"
|
||||
"$time"
|
||||
];
|
||||
|
||||
|
@ -69,7 +69,7 @@
|
|||
|
||||
nix_shell = {
|
||||
heuristic = true;
|
||||
format = "[$symbol$state( \($name\))]($style)";
|
||||
format = "[$symbol( \($name\))]($style)";
|
||||
};
|
||||
|
||||
cmd_duration = {
|
||||
|
|
Loading…
Reference in a new issue