change starship config

This commit is contained in:
Frost-Phoenix 2024-05-06 21:24:43 +02:00
parent 38d9d1a9e8
commit bb464ba177

View file

@ -8,7 +8,7 @@
enableNushellIntegration = true;
settings = {
right_format = "$cmd_duration";
# right_format = "$cmd_duration";
directory = {
format = "[ ](bold #89b4fa)[ $path ]($style)";
@ -38,4 +38,4 @@
palette = "catppuccin_mocha";
} // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");
};
}
}