mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 09:47:54 +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 ";
|
python.symbol = "python ";
|
||||||
ruby.symbol = "ruby ";
|
ruby.symbol = "ruby ";
|
||||||
rust.symbol = "rust ";
|
rust.symbol = "rust ";
|
||||||
|
|
||||||
|
bun = {
|
||||||
|
symbol = "bun ";
|
||||||
|
disabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
scala.symbol = "scala ";
|
scala.symbol = "scala ";
|
||||||
swift.symbol = "swift ";
|
swift.symbol = "swift ";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user