forked from extern/nix-config
starship: Disable rust indicator
Not really necessary since I know when I'm working in a Rust project and the version number isn't relevant in most cases.
This commit is contained in:
parent
f7a9dc27b8
commit
1155978979
@ -71,7 +71,11 @@
|
|||||||
purescript.symbol = "purs ";
|
purescript.symbol = "purs ";
|
||||||
python.symbol = "python ";
|
python.symbol = "python ";
|
||||||
ruby.symbol = "ruby ";
|
ruby.symbol = "ruby ";
|
||||||
rust.symbol = "rust ";
|
|
||||||
|
rust = {
|
||||||
|
symbol = "rust ";
|
||||||
|
disabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
bun = {
|
bun = {
|
||||||
symbol = "bun ";
|
symbol = "bun ";
|
||||||
|
Loading…
Reference in New Issue
Block a user