forked from extern/nix-config
starship: Simplify nix format
Useful for `use flake` in .envrc
This commit is contained in:
parent
533094c1a9
commit
b77820ea25
@ -58,7 +58,12 @@
|
||||
kotlin.symbol = "kt ";
|
||||
memory_usage.symbol = "memory ";
|
||||
nim.symbol = "nim ";
|
||||
nix_shell.symbol = "nix ";
|
||||
|
||||
nix_shell = {
|
||||
format = "❄️ ";
|
||||
symbol = "nix ";
|
||||
};
|
||||
|
||||
ocaml.symbol = "ml ";
|
||||
package.symbol = "pkg ";
|
||||
perl.symbol = "pl ";
|
||||
|
Loading…
Reference in New Issue
Block a user