mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 11:11:27 +02:00
starship: Disable bun indicator
Avoids making the prompt line too long.
This commit is contained in:
parent
7095056ebe
commit
f7a9dc27b8
@ -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 ";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user