forked from extern/nix-config
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 ";
|
||||
ruby.symbol = "ruby ";
|
||||
rust.symbol = "rust ";
|
||||
|
||||
bun = {
|
||||
symbol = "bun ";
|
||||
disabled = true;
|
||||
};
|
||||
|
||||
scala.symbol = "scala ";
|
||||
swift.symbol = "swift ";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user