mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-15 17:32:30 +02:00
starship: Disable bun indicator
Avoids making the prompt line too long.
This commit is contained in:
@ -72,6 +72,12 @@
|
||||
python.symbol = "python ";
|
||||
ruby.symbol = "ruby ";
|
||||
rust.symbol = "rust ";
|
||||
|
||||
bun = {
|
||||
symbol = "bun ";
|
||||
disabled = true;
|
||||
};
|
||||
|
||||
scala.symbol = "scala ";
|
||||
swift.symbol = "swift ";
|
||||
};
|
||||
|
Reference in New Issue
Block a user