1
0
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:
Donovan Glover 2023-11-30 23:20:50 -05:00
parent f7a9dc27b8
commit 1155978979
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -71,7 +71,11 @@
purescript.symbol = "purs ";
python.symbol = "python ";
ruby.symbol = "ruby ";
rust.symbol = "rust ";
rust = {
symbol = "rust ";
disabled = true;
};
bun = {
symbol = "bun ";