Update starship directory styles
This commit is contained in:
parent
ce80088f9d
commit
a294a39fea
|
@ -10,14 +10,18 @@
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
palette = "catppuccin_macchiato";
|
palette = "catppuccin_macchiato";
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[[♥](green) ❯](maroon)";
|
success_symbol = "[[](green) ❯](maroon)";
|
||||||
error_symbol = "[❯](red)";
|
error_symbol = "[](red)";
|
||||||
vimcmd_symbol = "[❮](green)";
|
vimcmd_symbol = "[](green)";
|
||||||
};
|
};
|
||||||
directory = {
|
directory = {
|
||||||
|
truncation_length = 2;
|
||||||
fish_style_pwd_dir_length = 1;
|
fish_style_pwd_dir_length = 1;
|
||||||
read_only = " ";
|
read_only = " ";
|
||||||
style = "bold lavender";
|
style = "bold lavender";
|
||||||
|
truncate_to_repo = false;
|
||||||
|
before_repo_root_style = "bold lavender";
|
||||||
|
repo_root_style = "bold teal";
|
||||||
};
|
};
|
||||||
line_break.disabled = false;
|
line_break.disabled = false;
|
||||||
git_branch = {
|
git_branch = {
|
||||||
|
@ -36,10 +40,12 @@
|
||||||
ssh_symbol = " ";
|
ssh_symbol = " ";
|
||||||
style = "bold green";
|
style = "bold green";
|
||||||
};
|
};
|
||||||
|
localip.disabled = false;
|
||||||
memory_usage = {
|
memory_usage = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
symbol = " ";
|
symbol = " ";
|
||||||
};
|
};
|
||||||
|
nix_shell.symbol = " ";
|
||||||
os = {
|
os = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
format = "on [$symbol $name ]($style)";
|
format = "on [$symbol $name ]($style)";
|
||||||
|
|
Loading…
Reference in a new issue