starship: Remove languages

This commit is contained in:
Jan Kremer 2025-07-08 11:37:54 +02:00
parent cbce9ba8b9
commit 142927d81a
Signed by: jan
GPG key ID: A7DA689CB3B078EC

View file

@ -13,12 +13,6 @@
"$git_status" "$git_status"
"$git_metrics" "$git_metrics"
"$git_state" "$git_state"
"$nodejs"
"$rust"
"$golang"
"$python"
"$typst"
"$gleam"
"$fill" "$fill"
"$nix_shell" "$nix_shell"
"$shell" "$shell"
@ -30,12 +24,6 @@
symbol = " "; symbol = " ";
}; };
character = {
success_symbol = "[](green)";
error_symbol = "[](red)";
vimcmd_symbol = "[](blue)";
};
directory = { directory = {
style = "blue"; style = "blue";
}; };
@ -48,47 +36,11 @@
style = "cyan"; style = "cyan";
}; };
nodejs = {
symbol = "nodejs";
format = "[$symbol ($version )](green)";
};
rust = {
symbol = "rust";
format = "[$symbol ($version )](red)";
};
python = {
symbol = "python";
format = "[$symbol ($version )](yellow)";
};
golang = {
symbol = "go";
format = "[$symbol ($version )](green)";
};
typst = {
symbol = "typst";
format = "[$symbol ($version )](green)";
};
gleam = {
symbol = "gleam";
format = "[$symbol ($version )](purple)";
};
nix_shell = { nix_shell = {
symbol = "nix"; symbol = "nix";
heuristic = true; heuristic = true;
format = "[$symbol ($state $name )](red)"; format = "[$symbol ($state $name )](red)";
}; };
shell = {
disabled = false;
fish_indicator = "fish ";
format = "[$indicator](purple)";
};
}; };
}; };
} }