test starship config
This commit is contained in:
parent
1450b384d7
commit
4b346b31f4
|
@ -14,8 +14,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[](bold #89dceb)[ ➜](bold green)";
|
success_symbol = "[ ](bold #89dceb)[ ➜](bold green)";
|
||||||
error_symbol = "[](bold #89dceb)[ ➜](bold red)";
|
error_symbol = "[ ](bold #89dceb)[ ➜](bold red)";
|
||||||
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
# "~" = " ";
|
# "~" = " ";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
palette = "catppuccin_mocha";
|
# palette = "catppuccin_mocha";
|
||||||
} // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");
|
} #// builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue