starship: Remove languages
This commit is contained in:
parent
cbce9ba8b9
commit
142927d81a
1 changed files with 0 additions and 48 deletions
|
|
@ -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)";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue