change starship config
This commit is contained in:
parent
47a73099b1
commit
2e94c9c913
|
@ -8,6 +8,8 @@
|
|||
enableNushellIntegration = true;
|
||||
|
||||
settings = {
|
||||
right_format = """$cmd_duration""";
|
||||
|
||||
directory = {
|
||||
format = "[ ](bold #89b4fa)[ $path ]($style)";
|
||||
style = "bold #b4befe";
|
||||
|
@ -19,6 +21,12 @@
|
|||
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
||||
};
|
||||
|
||||
cmd_duration = {
|
||||
format = "[]($style)[[神](bg:#161821 fg:#eba0ac bold)$duration](bg:#161821 fg:#BBC3DF)[ ]($style)";
|
||||
disabled = false;
|
||||
style = "bg:none fg:#161821";
|
||||
};
|
||||
|
||||
# directory.substitutions = {
|
||||
# "~" = "";
|
||||
# "Documents" = " ";
|
||||
|
|
Loading…
Reference in a new issue