JanDeDobbeleer / oh-my-posh

The most customisable and low-latency cross platform/shell prompt renderer
https://ohmyposh.dev
MIT License
16.79k stars 2.35k forks source link

Color not terminating #4494

Closed xantari closed 9 months ago

xantari commented 9 months ago

Code of Conduct

What happened?

Attached is a very minimally modified version of the Atomic oh my posh theme. Using CaskaydiaCove Nerd Font Mono in vscode and Windows Terminal.

Oh my posh is being globally created by using profile.ps1 placed into $PSHOME\Profile.ps1 folder:

oh-my-posh init pwsh --config "C:/TFS/TerminalConfig/atomic.omp.json"  | Invoke-Expression

atomic.omp.json

Using Oh my posh 18.26.1

image

As you can see from the above screenshot, when you go into a very long path where the left segments collide with the right segments the color seems to glitch out. In the examble above the blue continues even though it should have ended. I have also seen it where the powerline "green" seems to continue on.

Expected behavior: The segment should have ended and that area should have been black.

Theme

Modified version of atomic

What OS are you seeing the problem on?

Windows

Which shell are you using?

powershell

Log output

Version: 18.26.1

Shell: pwsh (7.3.10)

Prompt:

╭─ pwsh  C:\Program Files\Windows Defender Advanced Threat Protection\Classification  0ms⠀    99   27,16:13 
╰─

Segments:

ConsoleTitle(false)                        -   0 ms
Shell(true)                                -   0 ms
Root(false)                                -   1 ms
Path(true)                                 -   2 ms
Git(false)                                 -  18 ms
Executiontime(true)                        -   1 ms
Node(false)                                -  11 ms
Python(false)                              -  10 ms
Java(false)                                -  10 ms
Dotnet(false)                              -  11 ms
Go(false)                                  -   2 ms
Rust(false)                                -   9 ms
Dart(false)                                -   9 ms
Angular(false)                             -   3 ms
Nx(false)                                  -   3 ms
Julia(false)                               -   2 ms
Ruby(false)                                -   9 ms
Azfunc(false)                              -   5 ms
Aws(false)                                 -   0 ms
Kubectl(false)                             -  91 ms
Os(true)                                   -   0 ms
Battery(true)                              -   8 ms
Time(true)                                 -   0 ms
Text(true)                                 -   0 ms
Status(true)                               -   0 ms

Run duration: 124.0762ms

Cache path: C:\Users\matto\AppData\Local\oh-my-posh

Config path: C:\TFS\TerminalConfig\atomic.omp.json

Logs:

[DEBUG] 16:13:18.553 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.553 shell.go:Getenv(TERM_PROGRAM) - 0s
[DEBUG] 16:13:18.553 shell.go:Getenv:398 → C:\Users\matto\AppData\Local
[TRACE] 16:13:18.553 shell.go:Getenv(LOCALAPPDATA) - 0s
[TRACE] 16:13:18.553 shell_windows.go:CachePath() - 0s
[DEBUG] 16:13:18.553 shell.go:Getenv:398 → C:\TFS\TerminalConfig\atomic.omp.json
[TRACE] 16:13:18.553 shell.go:Getenv(POSH_THEME) - 0s
[DEBUG] 16:13:18.553 shell.go:Shell:652 → no shell name provided in flags, trying to detect it
[DEBUG] 16:13:18.558 shell.go:Shell:660 → process name: pwsh.exe
[TRACE] 16:13:18.558 shell.go:Shell() - 5.1333ms
[TRACE] 16:13:18.558 shell.go:resolveConfigPath() - 5.1333ms
[TRACE] 16:13:18.558 shell.go:Init() - 5.6457ms
[TRACE] 16:13:18.558 shell.go:Flags() - 0s
[TRACE] 16:13:18.560 config.go:loadConfig() - 2.0441ms
[TRACE] 16:13:18.560 shell.go:Flags() - 0s
[DEBUG] 16:13:18.560 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.560 shell.go:Getenv(OMP_CACHE_DISABLED) - 0s
[TRACE] 16:13:18.560 shell_windows.go:WindowsRegistryKeyValue(HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor) - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.560 shell_windows.go:WindowsRegistryKeyValue:215 → ColorizationColor(DWORD): 0xC40078D7
[TRACE] 16:13:18.560 shell.go:Shell() - 0s
[DEBUG] 16:13:18.560 shell.go:Getenv:398 → 7.3.10
[TRACE] 16:13:18.560 shell.go:Getenv(POSH_SHELL_VERSION) - 0s
[DEBUG] 16:13:18.560 debug.go:PrintDebug:22 → Segment: Title
[DEBUG] 16:13:18.560 text.go:Render:70 → Rendering template:
[DEBUG] 16:13:18.560 shell.go:Getenv:398 → 30
[TRACE] 16:13:18.560 shell.go:Getenv(POSH_CURSOR_LINE) - 0s
[DEBUG] 16:13:18.560 shell.go:Getenv:398 → 1
[TRACE] 16:13:18.560 shell.go:Getenv(POSH_CURSOR_COLUMN) - 0s
[TRACE] 16:13:18.560 shell.go:Flags() - 0s
[TRACE] 16:13:18.560 shell.go:Flags() - 0s
[TRACE] 16:13:18.560 shell.go:Shell() - 0s
[TRACE] 16:13:18.560 shell.go:Shell() - 0s
[TRACE] 16:13:18.560 shell.go:Flags() - 0s
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[TRACE] 16:13:18.560 shell.go:Flags() - 0s
[DEBUG] 16:13:18.560 shell.go:Pwd:428 → C:\Program Files\Windows Defender Advanced Threat Protection\Classification
[TRACE] 16:13:18.560 shell.go:Flags() - 0s
[TRACE] 16:13:18.560 shell.go:Pwd() - 0s
[TRACE] 16:13:18.560 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.560 segment.go:SetEnabled:512 → Segment: Executiontime
[DEBUG] 16:13:18.560 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.560 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.560 segment.go:SetEnabled:512 → Segment: Path
[DEBUG] 16:13:18.560 properties.go:GetBool:22 → always_enabled: false
[TRACE] 16:13:18.560 shell.go:ExecutionTime() - 0s
[TRACE] 16:13:18.560 shell.go:Pwd() - 0s
[TRACE] 16:13:18.560 shell.go:Shell() - 0s
[DEBUG] 16:13:18.560 properties.go:GetFloat64:34 → threshold: 0.000000
[TRACE] 16:13:18.560 shell.go:Flags() - 0s
[DEBUG] 16:13:18.560 properties.go:GetString:28 → roundrock
[TRACE] 16:13:18.561 shell_windows.go:Root() - 0s
[TRACE] 16:13:18.561 shell.go:Shell() - 0s
[DEBUG] 16:13:18.560 properties.go:GetBool:22 → mapped_locations_enabled: true
[TRACE] 16:13:18.561 shell_windows.go:IsWsl() - 0s
[DEBUG] 16:13:18.561 properties.go:GetString:28 → 
[DEBUG] 16:13:18.561 properties.go:GetString:28 → 
[DEBUG] 16:13:18.561 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:Pwd() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.562 properties.go:GetString:28 → 
[DEBUG] 16:13:18.562 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.562 properties.go:GetKeyValueMap:46 → mapped_locations: map[]
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:PathSeparator() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 6.9µs
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.562 shell.go:User:563 → matto
[TRACE] 16:13:18.562 shell.go:User() - 0s
[DEBUG] 16:13:18.562 shell.go:Host:575 → MattOlson-Lap
[TRACE] 16:13:18.562 shell.go:Host() - 0s
[TRACE] 16:13:18.562 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.562 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.562 shell.go:Getenv(SHLVL) - 0s
[TRACE] 16:13:18.562 shell.go:TemplateCache() - 549.7µs
[TRACE] 16:13:18.562 shell.go:TemplateCache() - 1.6339ms
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:GOOS() - 0s
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[DEBUG] 16:13:18.563 properties.go:GetString:28 → full
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[DEBUG] 16:13:18.563 properties.go:GetStringArray:52 → cycle: []
[DEBUG] 16:13:18.563 properties.go:GetString:28 → NO DATA
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[DEBUG] 16:13:18.563 properties.go:GetString:28 → \
[DEBUG] 16:13:18.563 properties.go:GetBool:22 → cycle_folder_separator: false
[DEBUG] 16:13:18.563 properties.go:GetString:28 → %s
[DEBUG] 16:13:18.563 properties.go:GetString:28 → %s
[TRACE] 16:13:18.563 shell.go:PathSeparator() - 0s
[TRACE] 16:13:18.563 shell.go:Pwd() - 0s
[TRACE] 16:13:18.563 shell_windows.go:IsWsl() - 0s
[TRACE] 16:13:18.563 shell.go:StackCount() - 0s
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:303 → current user is member of S-1-5-32-544
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:311 ↓
    SYNCHRONIZE
    DELETE
    READ_CONTROL
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:303 → current user is member of S-1-5-32-544
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:311 → GENERIC_ALL
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:303 → current user is member of S-1-5-32-545
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:311 ↓
    SYNCHRONIZE
    READ_CONTROL
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:303 → current user is member of S-1-5-32-545
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:311 ↓
    GENERIC_READ
    GENERIC_EXECUTE
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 16:13:18.563 win32_windows.go:isWriteable:317 → no write access
[TRACE] 16:13:18.563 shell_windows.go:DirIsWritable() - 531.4µs
[TRACE] 16:13:18.563 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.580 shell.go:CommandPath:614 → C:\Program Files\Git\cmd\git.exe
[TRACE] 16:13:18.580 shell.go:CommandPath(git.exe) - 18.7676ms
[TRACE] 16:13:18.580 shell.go:HasCommand(git.exe) - 18.7676ms
[TRACE] 16:13:18.580 shell.go:Pwd() - 0s
[ERROR] 16:13:18.580 shell.go:HasParentFilePath:748 → CreateFile .git: The system cannot find the file specified.
[TRACE] 16:13:18.580 shell.go:HasParentFilePath(.git) - 0s
[DEBUG] 16:13:18.580 properties.go:GetBool:22 → fetch_bare_info: false
[DEBUG] 16:13:18.580 text.go:Render:70 → Rendering template:  {{ .FormattedMs }}⠀
[DEBUG] 16:13:18.580 text.go:Render:70 → Rendering template:  {{ .Name }}
[DEBUG] 16:13:18.580 text.go:Render:70 → Rendering template:  {{ .Path }}
[TRACE] 16:13:18.581 shell.go:TemplateCache() - 0s
[TRACE] 16:13:18.581 shell.go:TemplateCache() - 0s
[TRACE] 16:13:18.581 shell.go:Shell() - 0s
[TRACE] 16:13:18.581 shell.go:Shell() - 0s
[TRACE] 16:13:18.581 shell.go:TemplateCache() - 0s
[TRACE] 16:13:18.581 shell.go:Shell() - 0s
[DEBUG] 16:13:18.581 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.581 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.581 text.go:Render:70 → Rendering template: powerline
[DEBUG] 16:13:18.581 text.go:Render:70 → Rendering template: powerline
[DEBUG] 16:13:18.581 text.go:Render:70 → Rendering template: diamond
[TRACE] 16:13:18.581 shell.go:Shell() - 0s
[TRACE] 16:13:18.581 shell.go:Shell() - 0s
[TRACE] 16:13:18.581 shell.go:Shell() - 0s
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Node
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Time
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Dart
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → extensions: [*.js *.ts package.json .nvmrc pnpm-workspace.yaml .pnpmfile.cjs .npmrc .vue]
[DEBUG] 16:13:18.581 properties.go:GetString:28 → _2,15:04
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → folders: []
[TRACE] 16:13:18.581 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → extensions: [*.dart pubspec.yaml pubspec.yml pubspec.lock]
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → folders: [.dart_tool]
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[DEBUG] 16:13:18.581 properties.go:GetString:28 → files
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.581 properties.go:GetString:28 → files
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.581 properties.go:GetString:28 → environment
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Azfunc
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → fetch_package_manager: true
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Aws
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Angular
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → extensions: [angular.json]
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Dotnet
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Python
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → home_enabled: false
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → display_default: true
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell.go:Getenv:398 → NO DATA
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → extensions: [*.py *.ipynb pyproject.toml venv.bak]
[TRACE] 16:13:18.581 shell.go:Getenv(AWS_VAULT) - 0s
[DEBUG] 16:13:18.581 properties.go:GetString:28 → files
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → folders: [.venv venv virtualenv venv-win pyenv-win]
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.581 shell.go:Getenv(AWS_DEFAULT_PROFILE) - 0s
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → home_enabled: false
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → extensions: [*.cs *.csx *.vb *.sln *.slnf *.csproj *.vbproj *.fs *.fsx *.fsproj global.json]
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.581 shell.go:Getenv:398 → NO DATA
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.581 shell.go:Getenv(AWS_PROFILE) - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → fetch_virtual_env: true
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.581 shell.go:Getenv:398 → NO DATA
[DEBUG] 16:13:18.581 properties.go:GetString:28 → files
[TRACE] 16:13:18.581 shell.go:Getenv(AWS_REGION) - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.581 shell.go:Flags() - 0s
[TRACE] 16:13:18.581 shell.go:Getenv(AWS_DEFAULT_REGION) - 0s
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.581 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.581 shell.go:Getenv(AWS_CONFIG_FILE) - 0s
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.581 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.581 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.581 segment.go:SetEnabled:512 → Segment: Nx
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → extensions: [host.json local.settings.json function.json]
[DEBUG] 16:13:18.581 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.581 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.581 shell.go:Pwd() - 0s
[TRACE] 16:13:18.582 shell.go:Flags() - 0s
[TRACE] 16:13:18.582 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.582 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.582 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.582 segment.go:SetEnabled:512 → Segment: Kubectl
[TRACE] 16:13:18.582 shell.go:Flags() - 0s
[DEBUG] 16:13:18.582 properties.go:GetBool:22 → parse_kubeconfig: false
[TRACE] 16:13:18.582 shell.go:Flags() - 0s
[TRACE] 16:13:18.582 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.582 properties.go:GetStringArray:52 → extensions: [workspace.json nx.json]
[DEBUG] 16:13:18.582 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.582 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.582 shell.go:Pwd() - 0s
[ERROR] 16:13:18.582 shell.go:FileContent:533 → open C:\Users\matto/.aws/config: The system cannot find the path specified.
[TRACE] 16:13:18.582 shell.go:FileContent(C:\Users\matto/.aws/config) - 999.7µs
[DEBUG] 16:13:18.582 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.582 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.582 properties.go:GetString:28 → files
[DEBUG] 16:13:18.582 properties.go:GetString:28 → files
[TRACE] 16:13:18.582 shell.go:Pwd() - 0s
[TRACE] 16:13:18.582 shell.go:Pwd() - 0s
[TRACE] 16:13:18.582 shell.go:Flags() - 0s
[TRACE] 16:13:18.582 shell.go:Flags() - 0s
[TRACE] 16:13:18.582 shell.go:Pwd() - 0s
[TRACE] 16:13:18.582 shell.go:Flags() - 0s
[DEBUG] 16:13:18.583 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.583 shell.go:Getenv(JAVA_HOME) - 1.0207ms
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[TRACE] 16:13:18.583 shell.go:GOOS() - 0s
[TRACE] 16:13:18.583 shell.go:Flags() - 0s
[DEBUG] 16:13:18.583 segment.go:SetEnabled:512 → Segment: Go
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.583 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.583 properties.go:GetStringArray:52 → extensions: [*.go go.mod]
[DEBUG] 16:13:18.583 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.583 segment.go:SetEnabled:512 → Segment: Java
[DEBUG] 16:13:18.583 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.583 properties.go:GetStringArray:52 → extensions: [pom.xml build.gradle.kts build.sbt .java-version .deps.edn project.clj build.boot *.java *.class *.gradle *.jar *.clj *.cljc]
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.583 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.583 properties.go:GetString:28 → files
[DEBUG] 16:13:18.583 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.583 shell.go:GOOS() - 0s
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.583 segment.go:SetEnabled:512 → Segment: Os
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.583 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.583 properties.go:GetString:28 → files
[DEBUG] 16:13:18.583 properties.go:GetString:28 → 
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[TRACE] 16:13:18.583 shell.go:TemplateCache() - 0s
[TRACE] 16:13:18.583 shell.go:Flags() - 0s
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.583 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.583 segment.go:SetEnabled:512 → Segment: Battery
[TRACE] 16:13:18.583 shell_windows.go:IsWsl() - 0s
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.583 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.583 segment.go:SetEnabled:512 → Segment: Julia
[DEBUG] 16:13:18.583 properties.go:GetStringArray:52 → extensions: [*.jl]
[DEBUG] 16:13:18.583 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.583 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.583 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.583 properties.go:GetString:28 → files
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.583 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.583 shell.go:HasFiles(*.dart) - 2.0204ms
[TRACE] 16:13:18.583 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.584 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.584 shell.go:HasFiles(workspace.json) - 1.8437ms
[TRACE] 16:13:18.584 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(*.go) - 1.3679ms
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(host.json) - 2.3886ms
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[TRACE] 16:13:18.585 shell.go:HasFiles(yarn.lock) - 3.3883ms
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(pom.xml) - 1.3679ms
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(*.jl) - 1.3679ms
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(pubspec.yaml) - 1.3679ms
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(nx.json) - 1.1209ms
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(angular.json) - 3.9643ms
[DEBUG] 16:13:18.585 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.585 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.585 segment.go:SetEnabled:512 → Segment: Rust
[DEBUG] 16:13:18.585 properties.go:GetStringArray:52 → extensions: [*.rs Cargo.toml Cargo.lock]
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.585 properties.go:GetBool:22 → home_enabled: false
[DEBUG] 16:13:18.585 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[TRACE] 16:13:18.585 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.585 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.585 segment.go:SetEnabled:512 → Segment: Ruby
[DEBUG] 16:13:18.585 properties.go:GetString:28 → files
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 properties.go:GetStringArray:52 → extensions: [*.rb Rakefile Gemfile]
[DEBUG] 16:13:18.585 properties.go:GetStringArray:52 → folders: []
[DEBUG] 16:13:18.585 properties.go:GetBool:22 → home_enabled: false
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.585 properties.go:GetString:28 → files
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(go.mod) - 576µs
[TRACE] 16:13:18.585 shell.go:HasFiles(local.settings.json) - 576µs
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.585 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.585 shell.go:HasFiles(package-lock.json) - 576µs
[TRACE] 16:13:18.585 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.586 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.586 shell.go:HasFiles(build.gradle.kts) - 1.1346ms
[TRACE] 16:13:18.586 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.586 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.586 shell.go:HasFiles(pubspec.yml) - 1.1346ms
[TRACE] 16:13:18.586 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.586 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.586 shell.go:HasFiles(*.cs) - 5.0808ms
[TRACE] 16:13:18.586 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.586 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.586 shell.go:HasFiles(*.rs) - 1.1165ms
[TRACE] 16:13:18.586 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.586 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.586 shell.go:HasFiles(*.rb) - 1.1165ms
[TRACE] 16:13:18.586 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.586 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.586 shell.go:HasFiles(function.json) - 1.1165ms
[DEBUG] 16:13:18.586 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.586 shell.go:HasFiles(package.json) - 1.1165ms
[TRACE] 16:13:18.586 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.590 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.590 shell.go:HasFiles(build.sbt) - 4.6826ms
[TRACE] 16:13:18.590 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.590 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.590 shell.go:HasFiles(pubspec.lock) - 4.6826ms
[DEBUG] 16:13:18.590 shell.go:HasFolder:507 → false
[TRACE] 16:13:18.590 shell.go:HasFolder(.dart_tool) - 0s
[DEBUG] 16:13:18.591 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.591 shell.go:HasFiles(*.csx) - 4.6729ms
[TRACE] 16:13:18.591 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.591 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.591 shell.go:HasFiles(Cargo.toml) - 4.6729ms
[TRACE] 16:13:18.591 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.591 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.591 shell.go:HasFiles(Rakefile) - 4.6729ms
[TRACE] 16:13:18.591 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.591 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.591 shell.go:HasFiles(*.js) - 4.6729ms
[TRACE] 16:13:18.591 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.591 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.591 shell.go:HasFiles(.java-version) - 548.2µs
[TRACE] 16:13:18.591 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(*.vb) - 519µs
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(Cargo.lock) - 519µs
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(Gemfile) - 519µs
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(*.ts) - 519µs
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(.deps.edn) - 519µs
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(*.sln) - 0s
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(package.json) - 0s
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[TRACE] 16:13:18.592 shell_windows_nix.go:BatteryState() - 8.2523ms
[DEBUG] 16:13:18.592 properties.go:GetString:28 → 
[TRACE] 16:13:18.592 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(project.clj) - 0s
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(*.slnf) - 0s
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:CommandPath:614 → C:\Program Files\Python39\python.exe
[TRACE] 16:13:18.592 shell.go:CommandPath(python) - 10.2727ms
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(.nvmrc) - 503.6µs
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFilesInDir:478 → false
[TRACE] 16:13:18.592 shell.go:HasFilesInDir(pyvenv.cfg) - 509.5µs
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(build.boot) - 548.8µs
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(*.csproj) - 548.8µs
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.592 shell.go:HasFilesInDir:478 → false
[TRACE] 16:13:18.592 shell.go:HasFilesInDir(pyvenv.cfg) - 39.3µs
[DEBUG] 16:13:18.592 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.592 shell.go:Getenv(VIRTUAL_ENV) - 0s
[DEBUG] 16:13:18.592 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.592 shell.go:Getenv(CONDA_ENV_PATH) - 0s
[DEBUG] 16:13:18.592 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.592 shell.go:Getenv(CONDA_DEFAULT_ENV) - 0s
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[DEBUG] 16:13:18.592 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.592 shell.go:HasFiles(pnpm-workspace.yaml) - 39.3µs
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[TRACE] 16:13:18.592 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(*.class) - 517.4µs
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(.pnpmfile.cjs) - 517.4µs
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(*.fs) - 517.4µs
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(*.gradle) - 0s
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(.npmrc) - 0s
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(*.fsx) - 0s
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(*.jar) - 522.2µs
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[TRACE] 16:13:18.593 shell.go:HasFiles(*.fsproj) - 522.2µs
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[TRACE] 16:13:18.593 shell.go:HasFiles(.vue) - 522.2µs
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(*.clj) - 0s
[TRACE] 16:13:18.593 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(global.json) - 0s
[DEBUG] 16:13:18.593 shell.go:HasFiles:464 → false
[TRACE] 16:13:18.593 shell.go:HasFiles(*.cljc) - 0s
[DEBUG] 16:13:18.611 shell.go:CommandPath:614 → C:\Program Files\Docker\Docker\resources\bin\kubectl.exe
[TRACE] 16:13:18.611 shell.go:CommandPath(kubectl) - 29.0056ms
[TRACE] 16:13:18.611 shell.go:HasCommand(kubectl) - 29.0056ms
[ERROR] 16:13:18.674 shell.go:RunCommand:591 → exit status 1
[DEBUG] 16:13:18.674 shell.go:RunCommand:593 ↓
    error: current-context must exist in order to minify

[TRACE] 16:13:18.674 shell.go:RunCommand(kubectl config view --output yaml --minify) - 62.9426ms
[DEBUG] 16:13:18.674 properties.go:GetBool:22 → display_error: false
[DEBUG] 16:13:18.674 text.go:Render:70 → Rendering template:   {{ .CurrentDate | date .Format }}
[DEBUG] 16:13:18.674 text.go:Render:70 → Rendering template:  {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#222222> </>
[DEBUG] 16:13:18.674 text.go:Render:70 → Rendering template:  {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }} <#262626></>
[TRACE] 16:13:18.674 shell.go:TemplateCache() - 0s
[TRACE] 16:13:18.675 shell.go:Shell() - 0s
[TRACE] 16:13:18.675 shell.go:TemplateCache() - 0s
[TRACE] 16:13:18.675 shell.go:Shell() - 0s
[TRACE] 16:13:18.675 shell.go:TemplateCache() - 0s
[TRACE] 16:13:18.675 shell.go:Shell() - 0s
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.675 text.go:Render:70 → Rendering template: {{if eq "Charging" .State.String}}#b8e994{{end}}
[TRACE] 16:13:18.676 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.676 text.go:Render:70 → Rendering template: {{if eq "Discharging" .State.String}}#fff34e{{end}}
[TRACE] 16:13:18.676 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.676 text.go:Render:70 → Rendering template: {{if eq "Full" .State.String}}#33DD2D{{end}}
[TRACE] 16:13:18.676 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.676 text.go:Render:70 → Rendering template: diamond
[DEBUG] 16:13:18.676 text.go:Render:70 → Rendering template: diamond
[TRACE] 16:13:18.676 shell.go:Shell() - 0s
[DEBUG] 16:13:18.676 shell_windows.go:TerminalWidth:109 → terminal width: 120
[TRACE] 16:13:18.676 shell_windows.go:TerminalWidth() - 0s
[TRACE] 16:13:18.676 shell.go:Shell() - 0s
[TRACE] 16:13:18.676 shell.go:Shell() - 0s
[TRACE] 16:13:18.676 shell.go:Shell() - 0s
[TRACE] 16:13:18.677 shell.go:Flags() - 0s
[TRACE] 16:13:18.677 shell.go:Flags() - 0s
[DEBUG] 16:13:18.677 properties.go:GetString:28 → {{ .Code }}
[TRACE] 16:13:18.677 shell.go:Pwd() - 0s
[TRACE] 16:13:18.677 shell.go:Pwd() - 0s
[DEBUG] 16:13:18.677 shell_windows.go:56 → C:\Users\matto
[DEBUG] 16:13:18.677 shell_windows.go:56 → C:\Users\matto
[TRACE] 16:13:18.677 shell.go:GOOS() - 0s
[TRACE] 16:13:18.677 shell.go:GOOS() - 0s
[DEBUG] 16:13:18.677 segment.go:SetEnabled:512 → Segment: Status
[DEBUG] 16:13:18.677 segment.go:SetEnabled:512 → Segment: Text
[TRACE] 16:13:18.677 shell.go:StatusCodes() - 0s
[TRACE] 16:13:18.677 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.677 text.go:Render:70 → Rendering template: {{ .Code }}
[TRACE] 16:13:18.677 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.677 properties.go:GetBool:22 → always_enabled: true
[TRACE] 16:13:18.677 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.677 text.go:Render:70 → Rendering template: 
[TRACE] 16:13:18.677 shell.go:Shell() - 0s
[DEBUG] 16:13:18.677 text.go:Render:70 → Rendering template: ╰─
[TRACE] 16:13:18.677 shell.go:Shell() - 0s
[DEBUG] 16:13:18.677 shell.go:Getenv:398 → NO DATA
[TRACE] 16:13:18.677 shell.go:Getenv(TERM_PROGRAM) - 0s
[DEBUG] 16:13:18.677 text.go:Render:70 → Rendering template: plain
[DEBUG] 16:13:18.677 text.go:Render:70 → Rendering template: {{ if gt .Code 0 }}#ef5350{{ end }}
[TRACE] 16:13:18.677 shell.go:TemplateCache() - 0s
[DEBUG] 16:13:18.677 text.go:Render:70 → Rendering template: plain
[TRACE] 16:13:18.677 shell.go:Shell() - 0s
[TRACE] 16:13:18.677 shell.go:Shell() - 0s
[TRACE] 16:13:18.677 shell.go:Shell() - 0s
[DEBUG] 16:13:18.677 shell.go:Getenv:398 → C:\Users\matto\AppData\Local
[TRACE] 16:13:18.677 shell.go:Getenv(LOCALAPPDATA) - 0s
[TRACE] 16:13:18.677 shell_windows.go:CachePath() - 0s
[TRACE] 16:13:18.677 shell.go:Flags() - 0s
xantari commented 9 months ago

updated original issue with more info...

JanDeDobbeleer commented 9 months ago

@xantari try setting patch_pwsh_bleed to true in your configuration. It has a bug they aren't resolving anytime soon.

xantari commented 9 months ago

@JanDeDobbeleer Thanks! That fixed it. I would have never found that setting myself 👏

dhay commented 9 months ago

I have the same issue using bash. Is there an equivalent configuration option to patch_pwsh_bleed I can set to work around the issue?

JanDeDobbeleer commented 9 months ago

@dhay no, there were no reports yet of seeing this on bash. Can you share a screenshot of what you see? Because it's strange this happens in bash tbh.

github-actions[bot] commented 4 months ago

This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a discussion first, complete the body with all the details necessary to reproduce, and mention this issue as reference.