JanDeDobbeleer / oh-my-posh

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

git {{ .BranchStatus }} reports as ≢ even with upstream #4898

Closed BPplays closed 4 weeks ago

BPplays commented 4 weeks ago

Code of Conduct

What happened?

git {{ .BranchStatus }} reports as ≢ (\u2262) even with upstream. there is a bare git repo in .bare and it's being pointed to by a .git file and im using git worktrees

the file layout

 censored_name@DESKTOP-AFJ40RL ~\ \main                    3.11.3  main ≢ 秒1Gs 714Ms 796ks 364s
> tre .. -a
..
├── .bare
│   ├── config
│   ├── description
│   ├── HEAD
│   ├── hooks
│   │   ├── applypatch-msg.sample
│   │   ├── commit-msg.sample
│   │   ├── fsmonitor-watchman.sample
│   │   ├── post-update.sample
│   │   ├── pre-applypatch.sample
│   │   ├── pre-commit.sample
│   │   ├── pre-merge-commit.sample
│   │   ├── pre-push.sample
│   │   ├── pre-rebase.sample
│   │   ├── pre-receive.sample
│   │   ├── prepare-commit-msg.sample
│   │   ├── push-to-checkout.sample
│   │   ├── sendemail-validate.sample
│   │   └── update.sample
│   ├── info
│   │   └── exclude
│   ├── logs
│   │   └── refs
│   │       └── heads
│   │           └── main
│   ├── objects
│   │   ├── 1c
│   │   │   └── b5977138caebe3f9c7f637c3a90f1e05e21474
│   │   ├── 66
│   │   │   └── a9d582c397fc1f71b33f9b247aa79399d86f02
│   │   ├── 79
│   │   │   └── c4e6bee3aeeea97039224c15a945cee56e8304
│   │   ├── 7b
│   │   │   └── 93b7eeffcb2ff5471dfa958f409c28f28c5f1e
│   │   ├── e3
│   │   │   └── 3f79eabd26c368396fae802ade8d388b6d9bde
│   │   ├── ec
│   │   │   └── f9bf66d369418160c0b51c76438805e1576255
│   │   ├── info
│   │   └── pack
│   ├── refs
│   │   ├── heads
│   │   │   └── main
│   │   └── tags
│   └── worktrees
│       └── main
│           ├── COMMIT_EDITMSG
│           ├── commondir
│           ├── gitdir
│           ├── HEAD
│           ├── index
│           ├── logs
│           │   └── HEAD
│           └── refs
├── .git
└── main
    ├── .git
    └── main.py
 censored_name@DESKTOP-AFJ40RL ~\ \main                    3.11.3  main ≢ 秒1Gs 714Ms 796ks 405s
> cat ../.git
gitdir: ./.bare

Theme

{
  "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
  "var": {
    "golang": ""
  },
  "palette": {
        "os": "#ACB0BE",

        "ff_white": "#FFFFFF",

        "rosewater": "#f5e0dc",
        "flamingo": "#f2cdcd",
        "pink": "#f5c2e7",
        "mauve": "#cba6f7",
        "red": "#f38ba8",
        "maroon": "#eba0ac",
        "peach": "#fab387",
        "yellow": "#f9e2af",
        "green": "#a6e3a1",
        "teal": "#94e2d5",
        "sky": "#89dceb",
        "sapphire": "#74c7ec",
        "blue": "#89b4fa",
        "lavender": "#b4befe",
        "text": "#cdd6f4",
        "subtext1": "#bac2de",
        "subtext0": "#a6adc8",
        "overlay2": "#9399b2",
        "overlay1": "#7f849c",
        "overlay0": "#6c7086",
        "surface2": "#585b70",
        "surface1": "#45475a",
        "surface0": "#313244",
        "base": "#1e1e2e",
        "mantle": "#181825",
        "crust": "#11111b",

        "clock": "p:teal",
        "inv_text": "p:surface0",
        "logo_color": "p:ff_white",
        "git_color": "p:lavender",
        "golang_color": "p:sapphire",
        "rust_color": "p:peach",
        "py_color": "p:yellow"
  },
  "blocks": [
    {
      "alignment": "left",
      "segments": [
        {
          "background": "p:blue",
          "foreground": "p:logo_color",
          "powerline_symbol": "\ue0b4",
          "leading_diamond": "\ue0b6",
          "style": "diamond",
          "template": "{{.Icon}} ",
          "type": "os"
        },
        {
          "background": "p:blue",
          "foreground": "p:inv_text",
          "powerline_symbol": "\ue0b4",
          "style": "diamond",
          "min_width": 80,
          "template": "{{ .UserName }}@{{ $truncated_hostname := split \".\" .HostName }}{{ $truncated_hostname._0 }}",
          "type": "session"
        },
        {
          "background": "p:blue",
          "foreground": "p:inv_text",
          "powerline_symbol": "\ue0b4",
          "style": "diamond",
          "max_width": 79,
          "template": "{{ .UserName }}@{{ $truncated_hostname := split \".\" .HostName }}{{ trunc 5 $truncated_hostname._0 }}",
          "type": "session"
        },
        {
          "background": "p:mauve",
          "foreground": "p:inv_text",
          "properties": {
            "folder_icon": "\uf115 ",
            "home_icon": "~",
            "style": "agnoster_short"
          },
          "powerline_symbol": "\ue0b4",
          "style": "powerline",
          "template": " {{ .Path }}",
          "type": "path"
        }
      ],
      "type": "prompt"
    },
    {
      "type": "prompt",
      "alignment": "right",
      "segments": [
        {
          "background": "p:py_color",
          "foreground": "p:inv_text",
          "leading_diamond": "\ue0b6",
          "style": "diamond",
          "properties": {
            "display_mode": "context"
          },
          "template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}",
          "trailing_diamond": "\ue0b4 ",
          "type": "python"
        },
        {
          "type": "go",
          "style": "diamond",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b4 ",
          "foreground": "p:inv_text",
          "background": "p:golang_color",
          "template": "<p:ff_white> </>{{ .Full }}"
        },
        {
          "type": "rust",
          "style": "diamond",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b4 ",
          "foreground": "p:inv_text",
          "background": "p:rust_color",
          "template": "<p:ff_white> </>{{ .Full }}"
        },
        {
          "background": "p:git_color",
          "foreground": "p:inv_text",
          "style": "diamond",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b4 ",

          "properties": {
            "branch_icon": "\ue725 ",
            "cherry_pick_icon": "\ue29b ",
            "commit_icon": "\uf417 ",
            "fetch_status": true,
            "fetch_upstream_icon": false,
            "merge_icon": "\ue727 ",
            "no_commits_icon": "\uf594 ",
            "rebase_icon": "\ue728 ",
            "revert_icon": "\uf0e2 ",
            "tag_icon": "\uf412 "
          },
          "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}  {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}  {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }}  {{ .StashCount }}{{ end }}",
          "type": "git"
        },
        {
          "type": "command",
          "style": "diamond",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b4 ",
          "foreground": "p:inv_text",
          "background": "p:clock",
          "properties": {
            "shell": "sh",
            "command": "sec -ls"
          },
          "min_width": 80,
          "template": "秒{{ .Output }}"
        },
        {
          "type": "executiontime",
          "style": "diamond",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b4 ",
          "foreground": "p:inv_text",
          "background": "p:mauve",
          "template": " <p:inv_text></> {{ .FormattedMs }} ",
          "max_width": 79,
          "properties": {
            "threshold": 500,
            "style": "amarillo",
            "always_enabled": true
          }
        }
      ]
    },
    {
      "alignment": "left",
      "newline": true,
      "segments": [
        {
          "foreground": "p:inv_text",
          "background": "p:pink",
          "style": "diamond",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b4",
          "template": "{{if .Root }}{{ end }}>",
          "type": "text"
        }
      ],
      "type": "prompt"
    }
  ],
  "final_space": true,
  "version": 2
}

What OS are you seeing the problem on?

Windows

Which shell are you using?

powershell

Log output

Version: 19.25.0

Shell: pwsh (7.4.1)

Prompt:

 censored_name@DESKTOP-AFJ40RL ~\ \main                    3.11.3  main ≢ 秒1Gs 714Ms 796ks 222s
>

Segments:

ConsoleTitle(false)                        -   0 ms
Os(true)                                   -   1 ms
Session(true)                              -   0 ms
Session(false)                             -   0 ms
Path(true)                                 -   2 ms
Python(true)                               - 348 ms
Go(false)                                  -   0 ms
Rust(false)                                -   0 ms
Git(true)                                  -  69 ms
Command(true)                              -  90 ms
Executiontime(false)                       -   0 ms
Text(true)                                 -   0 ms

Run duration: 375.4966ms

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

Config path: C:\My Files\Themes\oh-my-posh\catppuccin_macchiato.omp.json

Logs:

[DEBUG] 21:17:02.159 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.159 shell.go:Getenv(TERM_PROGRAM) - 498.8µs
[DEBUG] 21:17:02.159 shell.go:Getenv:325 → C:\Users\censored_name\AppData\Local
[TRACE] 21:17:02.159 shell.go:Getenv(LOCALAPPDATA) - 0s
[TRACE] 21:17:02.159 shell_windows.go:CachePath() - 0s
[DEBUG] 21:17:02.160 shell.go:Getenv:325 → C:\My Files\Themes\oh-my-posh\catppuccin_macchiato.omp.json
[TRACE] 21:17:02.160 shell.go:Getenv(POSH_THEME) - 0s
[DEBUG] 21:17:02.160 shell.go:Shell:593 → no shell name provided in flags, trying to detect it
[DEBUG] 21:17:02.181 shell.go:Shell:601 → process name: pwsh.exe
[TRACE] 21:17:02.181 shell.go:Shell() - 21.4989ms
[TRACE] 21:17:02.181 shell.go:resolveConfigPath() - 21.4989ms
[TRACE] 21:17:02.181 shell.go:Init() - 22.4976ms
[TRACE] 21:17:02.181 shell.go:Flags() - 0s
[TRACE] 21:17:02.182 config.go:loadConfig() - 498.7µs
[TRACE] 21:17:02.182 shell.go:Flags() - 0s
[DEBUG] 21:17:02.182 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.182 shell.go:Getenv(OMP_CACHE_DISABLED) - 0s
[TRACE] 21:17:02.182 shell_windows.go:WindowsRegistryKeyValue(HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor) - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.182 shell_windows.go:WindowsRegistryKeyValue:217 → ColorizationColor(DWORD): 0xC41E1E2E
[TRACE] 21:17:02.182 shell.go:Shell() - 0s
[DEBUG] 21:17:02.182 shell.go:Getenv:325 → 7.4.1
[TRACE] 21:17:02.182 shell.go:Getenv(POSH_SHELL_VERSION) - 0s
[DEBUG] 21:17:02.182 debug.go:PrintDebug:22 → Segment: Title
[DEBUG] 21:17:02.182 text.go:Render:70 → Rendering template:
[DEBUG] 21:17:02.182 shell.go:Getenv:325 → 59
[TRACE] 21:17:02.182 shell.go:Getenv(POSH_CURSOR_LINE) - 0s
[DEBUG] 21:17:02.182 shell.go:Getenv:325 → 1
[TRACE] 21:17:02.182 shell.go:Getenv(POSH_CURSOR_COLUMN) - 0s
[TRACE] 21:17:02.182 shell.go:Flags() - 0s
[TRACE] 21:17:02.182 shell.go:Flags() - 0s
[TRACE] 21:17:02.182 shell.go:Shell() - 0s
[TRACE] 21:17:02.182 shell.go:Shell() - 0s
[TRACE] 21:17:02.182 shell.go:Flags() - 0s
[TRACE] 21:17:02.182 shell.go:Flags() - 0s
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.182 shell.go:Pwd:355 → C:\Users\censored_name\program dev\py\cat_port\main
[TRACE] 21:17:02.182 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.182 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.182 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.183 segment.go:SetEnabled:532 → Segment: Os
[TRACE] 21:17:02.183 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.183 properties.go:GetString:28 → 
[DEBUG] 21:17:02.183 shell_windows.go:TerminalWidth:111 → terminal width: 103
[TRACE] 21:17:02.183 shell_windows.go:TerminalWidth() - 0s
[DEBUG] 21:17:02.183 properties.go:GetBool:22 → mapped_locations_enabled: true
[DEBUG] 21:17:02.183 properties.go:GetString:28 → 
[TRACE] 21:17:02.183 shell_windows.go:Root() - 0s
[DEBUG] 21:17:02.183 properties.go:GetString:28 → 
[TRACE] 21:17:02.183 shell.go:Shell() - 0s
[DEBUG] 21:17:02.183 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.183 shell.go:StatusCodes() - 0s
[DEBUG] 21:17:02.183 shell_windows.go:TerminalWidth:111 → terminal width: 103
[TRACE] 21:17:02.183 shell_windows.go:IsWsl() - 0s
[TRACE] 21:17:02.183 shell.go:GOOS() - 0s
[TRACE] 21:17:02.183 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.183 properties.go:GetString:28 → ~
[TRACE] 21:17:02.183 shell_windows.go:TerminalWidth() - 0s
[DEBUG] 21:17:02.183 properties.go:GetKeyValueMap:46 → mapped_locations: map[]
[TRACE] 21:17:02.183 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.183 shell.go:GOOS() - 0s
[TRACE] 21:17:02.183 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.183 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.183 shell.go:Getenv(SSH_CONNECTION) - 0s
[DEBUG] 21:17:02.183 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.183 shell.go:Getenv(SSH_CLIENT) - 0s
[TRACE] 21:17:02.183 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.184 shell.go:TemplateCache:774 → environment: [ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\censored_name\AppData\Roaming CARGO_HOME=C:\Users\censored_name\scoop\persist\rustup\.cargo ChocolateyInstall=C:\ProgramData\chocolatey ChocolateyLastPathUpdate=133380856168945136 CommonProgramFiles=C:\Program Files\Common Files CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files CommonProgramW6432=C:\Program Files\Common Files COMPUTERNAME=DESKTOP-AFJ40RL ComSpec=C:\Windows\system32\cmd.exe CONDA_PROMPT_MODIFIER=False CPLUS_INCLUDE_PATH=C:\Users\censored_name\scoop\apps\gcc\current\include C_INCLUDE_PATH=C:\Users\censored_name\scoop\apps\gcc\current\include DriverData=C:\Windows\System32\Drivers\DriverData GIT_INSTALL_ROOT=C:\Users\censored_name\scoop\apps\git\current GoLand=C:\Program Files\JetBrains\GoLand 2023.2.2\bin; GOPATH=C:\Users\censored_name\go GOROOT=C:\Users\censored_name\.gobrew\current\go HOMEDRIVE=C: HOMEPATH=\Users\censored_name INTEL_DEV_REDIST=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\ JAVA_HOME=C:\Users\censored_name\scoop\apps\temurin8-jre\current LOCALAPPDATA=C:\Users\censored_name\AppData\Local LOGONSERVER=\\DESKTOP-AFJ40RL LUAROCKS_CONFIG=C:\Users\censored_name\scoop\apps\luarocks\current\config.lua LUA_CPATH=C:\Users\censored_name\scoop\apps\lua\current LUA_EXE_PATH=C:\Users\censored_name\scoop\apps\lua\current MAGICK_CODER_MODULE_PATH=C:\Users\censored_name\scoop\apps\imagemagick\current\modules\coders MAGICK_CONFIGURE_PATH=C:\Users\censored_name\scoop\apps\imagemagick\current MAGICK_HOME=C:\Users\censored_name\scoop\apps\imagemagick\current MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\compiler\lib\intel64_win_mic NUMBER_OF_PROCESSORS=32 OneDrive=C:\Users\censored_name\OneDrive OS=Windows_NT Path=C:\Program Files\PowerShell\7;c:\program files (x86)\vmware\vmware workstation\bin\;c:\program files (x86)\common files\intel\shared libraries\redist\intel64_win\compiler;c:\program files\microsoft\jdk-11.0.16.101-hotspot\bin;c:\program files (x86)\common files\intel\shared libraries\redist\intel64\compiler;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\windows\system32\openssh\;c:\programdata\chocolatey\bin;c:\program files\microsoft vs code\bin;c:\program files\010 editor;c:\program files\nvidia corporation\nvidia nvdlisr;c:\program files\prio;c:\program files\dotnet\;c:\program files (x86)\ntp\bin;c:\program files\docker\docker\resources\bin;c:\program files\powershell\7\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Microsoft VS Code\bin;C:\Users\censored_name\.local\bin;C:\Users\censored_name\scoop\apps\gcc\current\bin;C:\Users\censored_name\scoop\apps\gsudo\current;C:\Users\censored_name\scoop\apps\gpg\current\bin;C:\Users\censored_name\scoop\apps\gnupg\current\bin;C:\Users\censored_name\scoop\apps\imagemagick\current;C:\Users\censored_name\scoop\apps\mpv\current;C:\Users\censored_name\scoop\apps\qemu\current;C:\Users\censored_name\scoop\apps\nodejs\current\bin;C:\Users\censored_name\scoop\apps\nodejs\current;C:\Users\censored_name\scoop\apps\temurin8-jre\current\bin;C:\Users\censored_name\scoop\apps\oraclejre8\current\bin;C:\Users\censored_name\scoop\apps\rustup\current\.cargo\bin;C:\Users\censored_name\scoop\apps\luarocks\current\rocks\bin;C:\Users\censored_name\scoop\shims;C:\Users\censored_name\AppData\Local\Microsoft\WindowsApps;C:\Users\censored_name\.pyenv\pyenv-win\bin;C:\Users\censored_name\.pyenv\pyenv-win\shims;C:\ProgramData\chocolatey\lib\libgcc\tools\install\bin;C:\Users\censored_name\AppData\Local\Programs\oh-my-posh\bin;C:\Users\censored_name\Programs\aliases;C:\Users\censored_name\.pyenv\pyenv-win\versions\3.11.3\Lib\site-packages;C:\Users\censored_name\.dotnet\tools;C:\Users\censored_name\.dotnet\tools;C:\Users\censored_name\.dotnet\tools;C:\Program Files\JetBrains\GoLand 2023.2.2\bin;C:\usr\local\bin;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\VMware\VMware Workstation;C:\Users\censored_name\.gobrew\bin;C:\Users\censored_name\.gobrew\current\bin;C:\Users\censored_name\go\bin;C:\Users\censored_name\AppData\Local\spicetify; PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL PM_PACKAGES_ROOT=C:\packman-repo POSH_AZURE_ENABLED=False POSH_CURSOR_COLUMN=1 POSH_CURSOR_LINE=59 POSH_GIT_ENABLED=False POSH_INSTALLER=manual POSH_PID=94784 POSH_SHELL_VERSION=7.4.1 POSH_THEME=C:\My Files\Themes\oh-my-posh\catppuccin_macchiato.omp.json POSH_THEMES_PATH=C:\Users\censored_name\AppData\Local\Programs\oh-my-posh\themes POWERLINE_COMMAND=oh-my-posh POWERSHELL_DISTRIBUTION_CHANNEL=MSI:Windows 10 Pro PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 33 Stepping 0, AuthenticAMD PROCESSOR_LEVEL=25 PROCESSOR_REVISION=2100 ProgramData=C:\ProgramData ProgramFiles=C:\Program Files ProgramFiles(x86)=C:\Program Files (x86) ProgramW6432=C:\Program Files PSExecutionPolicyPreference=Bypass PSModulePath=C:\Users\censored_name\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\powershell\7\Modules;C:\Users\censored_name\scoop\modules;C:\Users\censored_name\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules PUBLIC=C:\Users\Public PYENV=C:\Users\censored_name\.pyenv\pyenv-win\ RANDFILE=C:\Program Files (x86)\NTP\etc\.rnd RUSTUP_HOME=C:\Users\censored_name\scoop\persist\rustup\.rustup SESSIONNAME=Console steamdirglobal=C:\Users\censored_name\scoop\apps\steam\current SystemDrive=C: SystemRoot=C:\Windows TEALDEER_CONFIG_DIR=C:\Users\censored_name\scoop\apps\tealdeer\current TEMP=C:\Users\censored_name\AppData\Local\Temp TMP=C:\Users\censored_name\AppData\Local\Temp USERDOMAIN=DESKTOP-AFJ40RL USERDOMAIN_ROAMINGPROFILE=DESKTOP-AFJ40RL USERNAME=censored_name USERPROFILE=C:\Users\censored_name VCPKG_ROOT=C:\Users\censored_name\scoop\apps\vcpkg\current windir=C:\Windows WIRESHARK_CONFIG_DIR=C:\Users\censored_name\scoop\apps\wireshark\current\Data WIRESHARK_DATA_DIR=C:\Users\censored_name\scoop\apps\wireshark\current\Data WSLENV=WT_SESSION:WT_PROFILE_ID: WT_PROFILE_ID={6f1fb3de-15df-46fe-b84f-86239f561182} WT_SESSION=b0dac98f-602a-4fe6-a08a-19accfc05c0b]
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:Pwd() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.184 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.184 shell.go:User:493 → censored_name
[TRACE] 21:17:02.184 shell.go:User() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[DEBUG] 21:17:02.184 properties.go:GetString:28 → NO DATA
[DEBUG] 21:17:02.184 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[DEBUG] 21:17:02.184 properties.go:GetString:28 → agnoster_short
[DEBUG] 21:17:02.184 properties.go:GetInt:40 → max_depth: 1
[DEBUG] 21:17:02.184 properties.go:GetString:28 → 
[DEBUG] 21:17:02.184 properties.go:GetBool:22 → hide_root_location: false
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[DEBUG] 21:17:02.184 properties.go:GetStringArray:52 → cycle: []
[DEBUG] 21:17:02.184 properties.go:GetString:28 → NO DATA
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[DEBUG] 21:17:02.184 properties.go:GetString:28 → \
[DEBUG] 21:17:02.184 properties.go:GetBool:22 → cycle_folder_separator: false
[DEBUG] 21:17:02.184 properties.go:GetString:28 → %s
[TRACE] 21:17:02.184 shell.go:Host() - 0s
[DEBUG] 21:17:02.184 properties.go:GetString:28 → %s
[TRACE] 21:17:02.184 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.184 properties.go:GetString:28 → %s
[DEBUG] 21:17:02.184 properties.go:GetString:28 → %s
[DEBUG] 21:17:02.184 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.184 shell.go:PathSeparator() - 0s
[TRACE] 21:17:02.184 shell.go:Getenv(SHLVL) - 0s
[TRACE] 21:17:02.184 shell.go:Pwd() - 0s
[TRACE] 21:17:02.184 shell_windows.go:IsWsl() - 0s
[TRACE] 21:17:02.184 shell.go:StackCount() - 0s
[TRACE] 21:17:02.184 shell.go:TemplateCache() - 499.6µs
[TRACE] 21:17:02.184 shell.go:TemplateCache() - 499.6µs
[DEBUG] 21:17:02.184 win32_windows.go:isWriteable:299 → not current user or in group
[DEBUG] 21:17:02.184 win32_windows.go:isWriteable:303 → current user is member of S-1-5-32-544
[DEBUG] 21:17:02.184 win32_windows.go:isWriteable:311 ↓
    WRITE_DAC
    WRITE_OWNER
    SYNCHRONIZE
    DELETE
    READ_CONTROL
[DEBUG] 21:17:02.184 win32_windows.go:isWriteable:313 → user has write access
[TRACE] 21:17:02.184 shell_windows.go:DirIsWritable() - 500.3µs
[TRACE] 21:17:02.184 shell.go:TemplateCache() - 0s
[DEBUG] 21:17:02.184 text.go:Render:70 → Rendering template:  {{ .Path }}
[DEBUG] 21:17:02.184 text.go:Render:70 → Rendering template: {{.Icon}}
[DEBUG] 21:17:02.184 text.go:Render:70 → Rendering template: {{ .UserName }}@{{ $truncated_hostname := split "." .HostName }}{{ $truncated_hostname._0 }}
[TRACE] 21:17:02.185 shell.go:TemplateCache() - 0s
[TRACE] 21:17:02.185 shell.go:TemplateCache() - 0s
[TRACE] 21:17:02.185 shell.go:TemplateCache() - 0s
[TRACE] 21:17:02.185 shell.go:Shell() - 0s
[TRACE] 21:17:02.185 shell.go:Shell() - 0s
[TRACE] 21:17:02.185 shell.go:Shell() - 0s
[DEBUG] 21:17:02.185 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.185 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.185 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.185 text.go:Render:70 → Rendering template: powerline
[TRACE] 21:17:02.185 shell.go:Shell() - 0s
[TRACE] 21:17:02.185 shell.go:Shell() - 0s
[TRACE] 21:17:02.185 shell.go:Shell() - 0s
[TRACE] 21:17:02.185 shell.go:Flags() - 0s
[TRACE] 21:17:02.185 shell.go:Flags() - 0s
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[TRACE] 21:17:02.185 shell.go:Flags() - 0s
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.185 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[DEBUG] 21:17:02.185 segment.go:SetEnabled:532 → Segment: Executiontime
[TRACE] 21:17:02.185 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.185 shell_windows.go:TerminalWidth:94 → terminal width: 103
[TRACE] 21:17:02.185 shell_windows.go:TerminalWidth() - 0s
[TRACE] 21:17:02.185 shell.go:Flags() - 0s
[TRACE] 21:17:02.185 shell.go:Flags() - 0s
[DEBUG] 21:17:02.185 segment.go:SetEnabled:532 → Segment: Go
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[TRACE] 21:17:02.185 shell.go:Flags() - 0s
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.185 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.185 properties.go:GetStringArray:52 → extensions: [*.go go.mod]
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 segment.go:SetEnabled:532 → Segment: Git
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 properties.go:GetBool:22 → home_enabled: false
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[TRACE] 21:17:02.185 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[DEBUG] 21:17:02.185 segment.go:SetEnabled:532 → Segment: Command
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[DEBUG] 21:17:02.185 properties.go:GetString:28 → files
[TRACE] 21:17:02.185 shell.go:GOOS() - 0s
[TRACE] 21:17:02.185 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.185 properties.go:GetString:28 → context
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 shell_windows.go:TerminalWidth:94 → terminal width: 103
[DEBUG] 21:17:02.185 shell.go:Getenv:325 → C:\Users\censored_name\AppData\Local
[TRACE] 21:17:02.185 shell_windows.go:TerminalWidth() - 0s
[DEBUG] 21:17:02.185 segment.go:SetEnabled:532 → Segment: Rust
[TRACE] 21:17:02.185 shell.go:Getenv(LOCALAPPDATA) - 0s
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 properties.go:GetStringArray:52 → extensions: [*.rs Cargo.toml Cargo.lock]
[DEBUG] 21:17:02.185 properties.go:GetString:28 → sh
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[DEBUG] 21:17:02.185 properties.go:GetStringArray:52 → folders: []
[DEBUG] 21:17:02.185 shell.go:Getenv:325 → C:\Users\censored_name\AppData\Local
[TRACE] 21:17:02.185 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.185 properties.go:GetBool:22 → home_enabled: false
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[TRACE] 21:17:02.185 shell.go:Getenv(LOCALAPPDATA) - 0s
[DEBUG] 21:17:02.185 segment.go:SetEnabled:532 → Segment: Python
[DEBUG] 21:17:02.185 properties.go:GetStringArray:52 → extensions: [*.py *.ipynb pyproject.toml venv.bak]
[DEBUG] 21:17:02.185 properties.go:GetStringArray:52 → folders: [.venv venv virtualenv venv-win pyenv-win]
[DEBUG] 21:17:02.185 properties.go:GetBool:22 → home_enabled: false
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[DEBUG] 21:17:02.185 properties.go:GetBool:22 → fetch_virtual_env: true
[DEBUG] 21:17:02.185 shell_windows.go:58 → C:\Users\censored_name
[DEBUG] 21:17:02.185 properties.go:GetString:28 → files
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 shell.go:Getenv:325 → C:\Users\censored_name\AppData\Local
[TRACE] 21:17:02.185 shell.go:Getenv(LOCALAPPDATA) - 500.2µs
[DEBUG] 21:17:02.185 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.185 shell.go:HasFilesInDir(*.go) - 500.2µs
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.185 shell.go:HasFilesInDir(go.mod) - 0s
[DEBUG] 21:17:02.185 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.185 shell.go:HasFilesInDir(*.rs) - 500.2µs
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.185 shell.go:HasFilesInDir(Cargo.toml) - 0s
[TRACE] 21:17:02.185 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.185 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.185 shell.go:HasFilesInDir(Cargo.lock) - 0s
[DEBUG] 21:17:02.204 shell.go:CommandPath:545 → C:\Users\censored_name\scoop\shims\sh.exe
[TRACE] 21:17:02.204 shell.go:CommandPath(sh) - 19.5ms
[TRACE] 21:17:02.204 shell.go:HasCommand(sh) - 19.5ms
[DEBUG] 21:17:02.204 properties.go:GetString:28 → sec -ls
[DEBUG] 21:17:02.204 properties.go:GetBool:22 → interpret: true
[DEBUG] 21:17:02.204 shell.go:CommandPath:545 → C:\Users\censored_name\.pyenv\pyenv-win\shims\python.bat
[TRACE] 21:17:02.204 shell.go:CommandPath(python) - 19.5ms
[DEBUG] 21:17:02.205 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.205 shell.go:HasFilesInDir(pyvenv.cfg) - 499.4µs
[DEBUG] 21:17:02.205 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.205 shell.go:HasFilesInDir(pyvenv.cfg) - 0s
[DEBUG] 21:17:02.205 properties.go:GetBool:22 → folder_name_fallback: true
[DEBUG] 21:17:02.205 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.205 shell.go:Getenv(VIRTUAL_ENV) - 0s
[DEBUG] 21:17:02.205 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.205 shell.go:Getenv(CONDA_ENV_PATH) - 0s
[DEBUG] 21:17:02.205 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.205 shell.go:Getenv(CONDA_DEFAULT_ENV) - 0s
[TRACE] 21:17:02.205 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.205 shell.go:HasFilesInDir:403 → true
[TRACE] 21:17:02.205 shell.go:HasFilesInDir(*.py) - 0s
[DEBUG] 21:17:02.205 properties.go:GetBool:22 → fetch_version: true
[DEBUG] 21:17:02.205 properties.go:GetBool:22 → cache_version: false
[DEBUG] 21:17:02.205 shell.go:CommandPath:545 → C:\Users\censored_name\scoop\shims\git.exe
[TRACE] 21:17:02.205 shell.go:CommandPath(git.exe) - 19.9994ms
[DEBUG] 21:17:02.205 shell.go:CommandPath:538 → C:\Users\censored_name\.pyenv\pyenv-win\shims\python.bat
[TRACE] 21:17:02.205 shell.go:HasCommand(git.exe) - 19.9994ms
[TRACE] 21:17:02.205 shell.go:CommandPath(python) - 0s
[TRACE] 21:17:02.205 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.205 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.205 shell.go:Getenv(PYENV_ROOT) - 0s
[DEBUG] 21:17:02.205 shell.go:CommandPath:538 → C:\Users\censored_name\.pyenv\pyenv-win\shims\python.bat
[TRACE] 21:17:02.205 shell.go:CommandPath(python) - 0s
[TRACE] 21:17:02.205 shell.go:HasCommand(python) - 0s
[TRACE] 21:17:02.205 shell.go:HasParentFilePath(.git) - 0s
[DEBUG] 21:17:02.205 properties.go:GetStringArray:52 → exclude_folders: []
[DEBUG] 21:17:02.205 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.205 shell.go:FileContent:467 ↓
    gitdir: C:/Users/censored_name/program dev/py/cat_port/.bare/worktrees/main

[TRACE] 21:17:02.205 shell.go:FileContent(C:\Users\censored_name\program dev\py\cat_port\main\.git) - 0s
[DEBUG] 21:17:02.205 shell.go:HasFilesInDir:403 → true
[TRACE] 21:17:02.205 shell.go:HasFilesInDir(HEAD) - 499.8µs
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.205 properties.go:GetBool:22 → fetch_user: false
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.205 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.205 shell.go:Getenv(POSH_GIT_STATUS) - 0s
[DEBUG] 21:17:02.205 properties.go:GetBool:22 → fetch_status: true
[DEBUG] 21:17:02.205 properties.go:GetStringArray:52 → ignore_status: []
[DEBUG] 21:17:02.205 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.205 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.205 properties.go:GetKeyValueMap:46 → status_formats: map[]
[DEBUG] 21:17:02.205 properties.go:GetKeyValueMap:46 → untracked_modes: map[]
[DEBUG] 21:17:02.205 properties.go:GetKeyValueMap:46 → ignore_submodules: map[]
[DEBUG] 21:17:02.254 shell.go:RunCommand:523 ↓
    # branch.oid e33f79eabd26c368396fae802ade8d388b6d9bde
    # branch.head main
[TRACE] 21:17:02.254 shell.go:RunCommand(git.exe -C C:/Users/censored_name/program dev/py/cat_port/main/ --no-optional-locks -c core.quotepath=false -c color.status=false status -unormal --branch --porcelain=2) - 49.0013ms
[DEBUG] 21:17:02.254 properties.go:GetString:28 → 
[DEBUG] 21:17:02.254 properties.go:GetInt:40 → branch_max_length: 0
[DEBUG] 21:17:02.254 shell.go:HasFolder:437 → false
[TRACE] 21:17:02.254 shell.go:HasFolder(C:\Users\censored_name\program dev\py\cat_port\main\/rebase-merge) - 0s
[DEBUG] 21:17:02.254 shell.go:HasFolder:437 → false
[TRACE] 21:17:02.254 shell.go:HasFolder(C:\Users\censored_name\program dev\py\cat_port\main\/rebase-apply) - 0s
[DEBUG] 21:17:02.254 properties.go:GetString:28 → 
[DEBUG] 21:17:02.254 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.254 shell.go:HasFilesInDir(MERGE_MSG) - 0s
[DEBUG] 21:17:02.254 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.254 shell.go:HasFilesInDir(CHERRY_PICK_HEAD) - 0s
[DEBUG] 21:17:02.254 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.254 shell.go:HasFilesInDir(REVERT_HEAD) - 0s
[DEBUG] 21:17:02.254 shell.go:HasFilesInDir:408 → false
[TRACE] 21:17:02.254 shell.go:HasFilesInDir(sequencer/todo) - 0s
[DEBUG] 21:17:02.254 properties.go:GetString:28 → ≢
[DEBUG] 21:17:02.254 properties.go:GetBool:22 → fetch_upstream_icon: false
[TRACE] 21:17:02.254 shell.go:TemplateCache() - 0s
[DEBUG] 21:17:02.275 shell.go:RunCommand:523 → 1Gs 714Ms 796ks 222s
[TRACE] 21:17:02.275 shell.go:RunCommand(sh -c sec -ls) - 70.9997ms
[TRACE] 21:17:02.275 shell.go:RunShellCommand() - 70.9997ms
[TRACE] 21:17:02.275 shell.go:TemplateCache() - 0s
[DEBUG] 21:17:02.533 shell.go:RunCommand:523 → Python 3.11.3
[TRACE] 21:17:02.533 shell.go:RunCommand(python --version) - 328.0019ms
[DEBUG] 21:17:02.533 properties.go:GetString:28 → https://docs.python.org/release/{{ .Major }}.{{ .Minor }}.{{ .Patch }}/whatsnew/changelog.html#python-{{ .Major }}-{{ .Minor }}-{{ .Patch }}
[DEBUG] 21:17:02.533 text.go:Render:70 → Rendering template: https://docs.python.org/release/{{ .Major }}.{{ .Minor }}.{{ .Patch }}/whatsnew/changelog.html#python-{{ .Major }}-{{ .Minor }}-{{ .Patch }}
[TRACE] 21:17:02.533 shell.go:TemplateCache() - 0s
[TRACE] 21:17:02.533 shell.go:TemplateCache() - 0s
[DEBUG] 21:17:02.533 text.go:Render:70 → Rendering template: {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}  {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}  {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }}  {{ .StashCount }}{{ end }}
[DEBUG] 21:17:02.533 text.go:Render:70 → Rendering template:  {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}
[DEBUG] 21:17:02.533 text.go:Render:70 → Rendering template: 秒{{ .Output }}
[TRACE] 21:17:02.533 shell.go:TemplateCache() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[TRACE] 21:17:02.534 shell.go:TemplateCache() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[TRACE] 21:17:02.534 shell.go:TemplateCache() - 0s
[ERROR] 21:17:02.534 shell.go:FileContent:463 → open C:/Users/censored_name/program dev/py/cat_port/.bare/worktrees/main/logs/refs/stash: The system cannot find the path specified.
[TRACE] 21:17:02.534 shell.go:FileContent(C:/Users/censored_name/program dev/py/cat_port/.bare/worktrees/main/logs/refs/stash) - 499.7µs
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: diamond
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: diamond
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[DEBUG] 21:17:02.534 shell_windows.go:TerminalWidth:94 → terminal width: 103
[TRACE] 21:17:02.534 shell_windows.go:TerminalWidth() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[TRACE] 21:17:02.534 shell.go:Flags() - 0s
[TRACE] 21:17:02.534 shell.go:Pwd() - 0s
[DEBUG] 21:17:02.534 shell_windows.go:58 → C:\Users\censored_name
[TRACE] 21:17:02.534 shell.go:GOOS() - 0s
[DEBUG] 21:17:02.534 segment.go:SetEnabled:532 → Segment: Text
[TRACE] 21:17:02.534 shell.go:TemplateCache() - 0s
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: {{if .Root }}{{ end }}>
[TRACE] 21:17:02.534 shell.go:TemplateCache() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[DEBUG] 21:17:02.534 shell.go:Getenv:325 → NO DATA
[TRACE] 21:17:02.534 shell.go:Getenv(TERM_PROGRAM) - 0s
[DEBUG] 21:17:02.534 text.go:Render:70 → Rendering template: diamond
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[TRACE] 21:17:02.534 shell.go:Shell() - 0s
[DEBUG] 21:17:02.534 shell.go:Getenv:325 → C:\Users\censored_name\AppData\Local
[TRACE] 21:17:02.534 shell.go:Getenv(LOCALAPPDATA) - 0s
[TRACE] 21:17:02.534 shell_windows.go:CachePath() - 0s
[TRACE] 21:17:02.534 shell.go:Flags() - 0s