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