1
0
forked from extern/nix-config

starship: Disable bun indicator

Avoids making the prompt line too long.
This commit is contained in:
Donovan Glover 2023-11-30 23:09:13 -05:00
parent 7095056ebe
commit f7a9dc27b8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -72,6 +72,12 @@
python.symbol = "python ";
ruby.symbol = "ruby ";
rust.symbol = "rust ";
bun = {
symbol = "bun ";
disabled = true;
};
scala.symbol = "scala ";
swift.symbol = "swift ";
};