feat(wrapping): introduce wrapped configurations
This commit is contained in:
parent
3892f6f79b
commit
2aa24ab2b9
22 changed files with 883 additions and 135 deletions
|
@ -24,7 +24,7 @@
|
|||
deno = {symbol = "deno ";};
|
||||
directory = {
|
||||
read_only = " ro";
|
||||
format = ":[$path]($style)\\] ";
|
||||
format = ":[$path]($style) ";
|
||||
};
|
||||
docker_context = {symbol = "docker ";};
|
||||
dotnet = {symbol = ".NET ";};
|
||||
|
@ -134,7 +134,7 @@
|
|||
zig = {symbol = "zig ";};
|
||||
username = {
|
||||
show_always = true;
|
||||
format = "\\[[$user]($style)@";
|
||||
format = "[$user]($style)@";
|
||||
};
|
||||
hostname = {
|
||||
ssh_only = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue