feat(wrapping): introduce wrapped configurations

This commit is contained in:
Artur Manuel 2025-01-25 05:44:26 +00:00
commit 2aa24ab2b9
22 changed files with 883 additions and 135 deletions

View file

@ -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;