Compare commits
2 commits
11194c433a
...
91c01f288c
| Author | SHA1 | Date | |
|---|---|---|---|
| 91c01f288c | |||
| 7fc58fa9d8 |
1 changed files with 4 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ in {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
format = lib.concatStrings [
|
format = lib.concatStrings [
|
||||||
"$os"
|
"$os"
|
||||||
"$container"
|
" "
|
||||||
|
"($container )"
|
||||||
"\\["
|
"\\["
|
||||||
"([$username](bold yellow)@[$hostname](bold red))"
|
"([$username](bold yellow)@[$hostname](bold red))"
|
||||||
"[$directory](cyan)"
|
"[$directory](cyan)"
|
||||||
|
|
@ -173,6 +174,7 @@ in {
|
||||||
# Remove trailing space from format string
|
# Remove trailing space from format string
|
||||||
format = "([\\[$all_status$ahead_behind\\]]($style))";
|
format = "([\\[$all_status$ahead_behind\\]]($style))";
|
||||||
};
|
};
|
||||||
|
hostname = { format = "[$hostname]($style)"; };
|
||||||
shell = {
|
shell = {
|
||||||
# Show which shell if not using zsh (the default)
|
# Show which shell if not using zsh (the default)
|
||||||
disabled = false;
|
disabled = false;
|
||||||
|
|
@ -190,6 +192,7 @@ in {
|
||||||
Macos = "";
|
Macos = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
username = { format = "[$user]($style)"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue