test starship config
This commit is contained in:
parent
f05db86a34
commit
4c779277a1
|
@ -8,10 +8,24 @@
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
character = {
|
format = lib.concatStrings [
|
||||||
success_symbol = "[ ](bold #89dceb)[›](bold green)";
|
#"[ ](fg:#1e1e2e bg:#ff00aa)"
|
||||||
error_symbol = "[ ](bold #89dceb)[›](bold red)";
|
#"$username"
|
||||||
};
|
#"[](fg:#ff00aa)"
|
||||||
|
"$directory"
|
||||||
|
"[](fg:#1e1e2e bg:#cba6f7)"
|
||||||
|
"$git_branch"
|
||||||
|
"$git_status"
|
||||||
|
"[](fg:#cba6f7 bg:#89b4fa)"
|
||||||
|
"[](fg:#89b4fa bg:#94e2d5)"
|
||||||
|
"$nix_shell"
|
||||||
|
"[ ](fg:#94e2d5)"
|
||||||
|
];
|
||||||
|
|
||||||
|
# character = {
|
||||||
|
# success_symbol = "[ ](bold #89dceb)[›](bold green)";
|
||||||
|
# error_symbol = "[ ](bold #89dceb)[›](bold red)";
|
||||||
|
# };
|
||||||
|
|
||||||
# directory.substitutions = {
|
# directory.substitutions = {
|
||||||
# "Documents" = " ";
|
# "Documents" = " ";
|
||||||
|
|
Loading…
Reference in a new issue