Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segment's trailing diamonds with wrong color #3850

Closed
1 task done
layoaster opened this issue May 16, 2023 · 2 comments · Fixed by #3859
Closed
1 task done

Segment's trailing diamonds with wrong color #3850

layoaster opened this issue May 16, 2023 · 2 comments · Fixed by #3859
Assignees
Labels
🐛 bug Something isn't working

Comments

@layoaster
Copy link

layoaster commented May 16, 2023

Code of Conduct

  • I agree to follow this project's Code of Conduct

What happened?

After an upgrade (sorry, I can remember versions) the trailing diamonds from the right-side prompt are rendered with the color of the previous segment but I cannot spot the issue.

image

I'm using KDE's Konsole

Theme

my own customized version of the night-owl:

{
  "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
  "blocks": [
    {
      "type": "prompt",
      "alignment": "left",
      "segments": [
        {
          "type": "path",
          "style": "diamond",
          "background": "#64B5F6",
          "foreground": "#011627",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b0",
          "template": " {{ .Path }} ",
          "properties": {
            "style": "agnoster_short",
            "max_depth": 4,
            "home_icon": "\udb80\udedc",
            "folder_icon": "\udb80\uddd8",
            "folder_separator_icon": " <#011627>\ue0b1</> ",
            "mapped_locations": {
              "~/projects/code": "\ue796"
            }
          }
        },
        {
          "type": "git",
          "style": "powerline",
          "powerline_symbol": "\ue0b0",
          "background": "#A5D6A7",
          "foreground": "#011627",
          "background_templates": [
            "{{ if or (.Working.Changed) (.Staging.Changed) }}#FFE082{{ end }}",
            "{{ if and (gt .Ahead 0) (gt .Behind 0) }}#f78c6c{{ end }}",
            "{{ if gt .Ahead 0 }}#21c7a8{{ end }}",
            "{{ if gt .Behind 0 }}#c792ea{{ end }}"
          ],
          "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ",
          "properties": {
            "branch_icon": "\ue0a0 ",
            "fetch_stash_count": true,
            "fetch_status": true,
            "fetch_upstream_icon": true,
            "fetch_worktree_count": true
          }
        }
      ]
    },
    {
      "type": "prompt",
      "alignment": "right",
      "segments": [
        {
          "type": "executiontime",
          "style": "diamond",
          "background": "#FDD835",
          "foreground": "#011627",
          "leading_diamond": "\ue0b2<transparent,background>\udb81\udd1f</>",
          "trailing_diamond": "<transparent,background>\ue0b2</>",
          "template": " {{ .FormattedMs }} ",
          "properties": {
            "style": "roundrock",
            "always_enabled": false,
            "threshold": 1000
          }
        },
        {
          "type": "kubectl",
          "style": "diamond",
          "background": "#F48FB1",
          "foreground": "#ffffff",
          "leading_diamond": "\ue0b2",
          "trailing_diamond": "<transparent,background>\ue0b2</>",
          "template": " \udb82\udc33 {{if .Namespace}}{{.Namespace}}{{end}} <#011627>\ue0b3</> {{.Context}} ",
          "properties": {
            "parse_kubeconfig": true
          }
        },
        {
          "type": "time",
          "style": "diamond",
          "background": "#234d70",
          "foreground": "#d6deeb",
          "leading_diamond": "\ue0b2",
          "trailing_diamond": "\ue0b4",
          "template": " \udb82\udd54 {{ .CurrentDate | date .Format }} ",
          "properties": {
            "time_format": "15:04:05"
          }
        }
      ]
    },
    {
      "type": "prompt",
      "alignment": "left",
      "newline": true,
      "segments": [
        {
          "type": "text",
          "style": "plain",
          "foreground": "#21c7a8",
          "template": "\u2570\u2500"
        },
        {
          "type": "python",
          "style": "diamond",
          "background": "#B39DDB",
          "foreground": "#011627",
          "leading_diamond": "\ue0b6",
          "trailing_diamond": "\ue0b0",
          "template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }} {{ if ne .Venv .Full }}({{ .Venv }}){{ end }}{{ end }}",
          "properties": {
            "display_mode": "environment"
          }
        },
        {
          "type": "exit",
          "style": "plain",
          "foreground": "#22da6e",
          "foreground_templates": [
            "{{ if gt .Code 0 }}#ef5350{{ end }}"
          ],
          "template": "\ue285\ue285 ",
          "properties": {
            "always_enabled": true
          }
        }
      ]
    }
  ],
  "console_title_template": "{{ .Folder }}",
  "osc99": true,
  "final_space": false,
  "version": 2
}

What OS are you seeing the problem on?

Linux

Which shell are you using?

zsh

Log output

Version: 16.4.0

Shell: zsh (5.9)

Segments:

ConsoleTitle(true)                         -   0 ms - druid
path(true)                                 -   0 ms -    dremel  druid 
git(true)                                  -   3 ms -    ENG-3982_druid-upgrade-v24≡  ?3 󰆓 3 
executiontime(false)                       -   0 ms - 
kubectl(true)                              -   0 ms -  󰠳 argo  infra-prod 
time(true)                                 -   0 ms -  󰥔 11:33:12 
text(true)                                 -   0 ms - ╰─
python(false)                              -   0 ms - 
exit(true)                                 -   0 ms -  

Run duration: 6.583241ms

Cache path: /home/layo/.cache/oh-my-posh

Config path: /home/layo/.poshthemes/layo-night-owl.omp.json

Logs:

[DEBUG] 11:33:12.236 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.236 shell.go:Getenv(TERM_PROGRAM) - 11.888µs
[DEBUG] 11:33:12.236 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.236 shell.go:Getenv(XDG_CACHE_HOME) - 2.123µs
[TRACE] 11:33:12.236 shell_unix.go:CachePath() - 10.011µs
[DEBUG] 11:33:12.236 shell.go:Getenv:395 → /home/layo/.poshthemes/layo-night-owl.omp.json
[TRACE] 11:33:12.236 shell.go:Getenv(POSH_THEME) - 3.242µs
[DEBUG] 11:33:12.236 shell_unix.go:Platform:71 → ubuntu
[TRACE] 11:33:12.236 shell.go:resolveConfigPath() - 8.771µs
[TRACE] 11:33:12.236 shell.go:Init() - 193.954µs
[TRACE] 11:33:12.236 shell.go:Flags() - 45ns
[TRACE] 11:33:12.237 config.go:loadConfig() - 272.528µs
[TRACE] 11:33:12.237 shell.go:Flags() - 57ns
[DEBUG] 11:33:12.237 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.237 shell.go:Getenv(OMP_CACHE_DISABLED) - 1.27µs
[DEBUG] 11:33:12.237 shell.go:Shell:642 → process name: zsh
[TRACE] 11:33:12.237 shell.go:Shell() - 664.558µs
[DEBUG] 11:33:12.237 shell.go:Getenv:395 → 5.9
[TRACE] 11:33:12.237 shell.go:Getenv(POSH_SHELL_VERSION) - 1.798µs
[DEBUG] 11:33:12.237 debug.go:PrintDebug:22 → Segment: Title
[TRACE] 11:33:12.237 shell_unix.go:Root() - 246ns
[TRACE] 11:33:12.237 shell.go:Shell() - 44ns
[TRACE] 11:33:12.237 shell.go:ErrorCode() - 33ns
[DEBUG] 11:33:12.237 shell_unix.go:IsWsl:35 → false
[TRACE] 11:33:12.237 shell_unix.go:IsWsl() - 1.913µs
[TRACE] 11:33:12.237 shell.go:GOOS() - 47ns
[DEBUG] 11:33:12.237 shell.go:Pwd:425 → /home/layo/projects/code/dremel/druid
[TRACE] 11:33:12.237 shell.go:Pwd() - 6.547µs
[TRACE] 11:33:12.237 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 19ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 15ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 27ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 31ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 19ns
[DEBUG] 11:33:12.237 shell.go:User:546 → layo
[TRACE] 11:33:12.237 shell.go:User() - 1.655µs
[DEBUG] 11:33:12.237 shell.go:Host:558 → work-s73
[TRACE] 11:33:12.237 shell.go:Host() - 3.294µs
[TRACE] 11:33:12.237 shell.go:GOOS() - 18ns
[DEBUG] 11:33:12.237 shell_unix.go:Platform:71 → ubuntu
[DEBUG] 11:33:12.237 shell.go:Getenv:395 → 1
[TRACE] 11:33:12.237 shell.go:Getenv(SHLVL) - 1.415µs
[TRACE] 11:33:12.237 shell.go:TemplateCache() - 79.126µs
[TRACE] 11:33:12.237 shell.go:Flags() - 46ns
[DEBUG] 11:33:12.237 block.go:Debug:230 → Segment: path
[TRACE] 11:33:12.237 shell.go:Pwd() - 56ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.237 shell.go:Pwd() - 35ns
[TRACE] 11:33:12.237 shell.go:Shell() - 35ns
[TRACE] 11:33:12.237 shell.go:Shell() - 16ns
[DEBUG] 11:33:12.237 properties.go:GetBool:22 → mapped_locations_enabled: true
[DEBUG] 11:33:12.237 properties.go:GetString:28 → 
[DEBUG] 11:33:12.237 properties.go:GetString:28 → 
[TRACE] 11:33:12.237 shell.go:GOOS() - 18ns
[DEBUG] 11:33:12.237 properties.go:GetString:28 → 󰋜
[DEBUG] 11:33:12.237 properties.go:GetKeyValueMap:46 → mapped_locations: map[~/projects/code:]
[TRACE] 11:33:12.237 shell.go:GOOS() - 19ns
[TRACE] 11:33:12.237 shell.go:PathSeparator() - 34ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 19ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 19ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.237 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.237 shell.go:PathSeparator() - 17ns
[TRACE] 11:33:12.237 shell.go:PathSeparator() - 17ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 32ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 17ns
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 31ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 16ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 17ns
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 16ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 15ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 17ns
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 18ns
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 18ns
[DEBUG] 11:33:12.238 properties.go:GetString:28 → agnoster_short
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 19ns
[DEBUG] 11:33:12.238 properties.go:GetInt:40 → max_depth: 4
[DEBUG] 11:33:12.238 properties.go:GetString:28 → 󰇘
[DEBUG] 11:33:12.238 properties.go:GetBool:22 → hide_root_location: false
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 18ns
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 18ns
[DEBUG] 11:33:12.238 properties.go:GetStringArray:52 → cycle: []
[DEBUG] 11:33:12.238 properties.go:GetString:28 → NO DATA
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 19ns
[DEBUG] 11:33:12.238 properties.go:GetString:28 →  <#011627></> 
[DEBUG] 11:33:12.238 properties.go:GetBool:22 → cycle_folder_separator: false
[TRACE] 11:33:12.238 shell.go:PathSeparator() - 17ns
[TRACE] 11:33:12.238 shell.go:Pwd() - 28ns
[DEBUG] 11:33:12.238 shell_unix.go:IsWsl:35 → false
[TRACE] 11:33:12.238 shell_unix.go:IsWsl() - 1.387µs
[TRACE] 11:33:12.238 shell.go:StackCount() - 43ns
[TRACE] 11:33:12.238 shell_unix.go:DirIsWritable(/home/layo/projects/code/dremel/druid) - 2.248µs
[TRACE] 11:33:12.238 shell.go:TemplateCache() - 41ns
[TRACE] 11:33:12.238 shell.go:TemplateCache() - 40ns
[TRACE] 11:33:12.238 shell.go:Shell() - 45ns
[DEBUG] 11:33:12.238 block.go:Debug:230 → Segment: git
[TRACE] 11:33:12.238 shell.go:Pwd() - 40ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 18ns
[DEBUG] 11:33:12.238 shell_unix.go:IsWsl:35 → false
[TRACE] 11:33:12.238 shell_unix.go:IsWsl() - 3.094µs
[TRACE] 11:33:12.238 shell_unix.go:IsWsl2() - 4.454µs
[TRACE] 11:33:12.238 shell.go:GOOS() - 18ns
[DEBUG] 11:33:12.238 shell.go:CommandPath:597 → /usr/bin/git
[TRACE] 11:33:12.238 shell.go:CommandPath(git) - 18.343µs
[TRACE] 11:33:12.238 shell.go:HasCommand(git) - 20.013µs
[TRACE] 11:33:12.238 shell.go:Pwd() - 28ns
[TRACE] 11:33:12.238 shell.go:HasParentFilePath(.git) - 5.046µs
[DEBUG] 11:33:12.238 properties.go:GetStringArray:52 → exclude_folders: []
[TRACE] 11:33:12.238 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 17ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 17ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 16ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 15ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 29ns
[TRACE] 11:33:12.238 shell.go:GOOS() - 16ns
[DEBUG] 11:33:12.238 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.238 shell.go:Getenv(POSH_GIT_STATUS) - 1.352µs
[DEBUG] 11:33:12.238 properties.go:GetBool:22 → fetch_status: true
[DEBUG] 11:33:12.238 properties.go:GetStringArray:52 → ignore_status: []
[TRACE] 11:33:12.238 shell.go:GOOS() - 15ns
[DEBUG] 11:33:12.238 properties.go:GetKeyValueMap:46 → untracked_modes: map[]
[DEBUG] 11:33:12.238 properties.go:GetKeyValueMap:46 → ignore_submodules: map[]
[DEBUG] 11:33:12.240 shell.go:RunCommand:576 ↓
    # branch.oid 38549ed5229de8ea377478187020b2e118370c4b
    # branch.head ENG-3982_druid-upgrade-v24
    # branch.upstream origin/ENG-3982_druid-upgrade-v24
    # branch.ab +0 -0
    ? locustfile.py
    ? test
    ? test_plain_kafka_supervisor.json
[TRACE] 11:33:12.240 shell.go:RunCommand(git -C /home/layo/projects/code/dremel/druid --no-optional-locks -c core.quotepath=false -c color.status=false status -unormal --branch --porcelain=2) - 2.390811ms
[DEBUG] 11:33:12.240 properties.go:GetString:28 →  
[DEBUG] 11:33:12.240 properties.go:GetInt:40 → branch_max_length: 0
[DEBUG] 11:33:12.240 shell.go:HasFolder:490 → false
[TRACE] 11:33:12.240 shell.go:HasFolder(/home/layo/projects/code/dremel/druid/.git/rebase-merge) - 4.827µs
[DEBUG] 11:33:12.240 shell.go:HasFolder:490 → false
[TRACE] 11:33:12.240 shell.go:HasFolder(/home/layo/projects/code/dremel/druid/.git/rebase-apply) - 2.004µs
[DEBUG] 11:33:12.240 properties.go:GetString:28 → 
[DEBUG] 11:33:12.240 shell.go:HasFilesInDir:461 → false
[TRACE] 11:33:12.240 shell.go:HasFilesInDir(MERGE_MSG) - 4.694µs
[DEBUG] 11:33:12.240 shell.go:HasFilesInDir:461 → false
[TRACE] 11:33:12.240 shell.go:HasFilesInDir(CHERRY_PICK_HEAD) - 2.774µs
[DEBUG] 11:33:12.240 shell.go:HasFilesInDir:461 → false
[TRACE] 11:33:12.240 shell.go:HasFilesInDir(REVERT_HEAD) - 2.325µs
[DEBUG] 11:33:12.240 shell.go:HasFilesInDir:461 → false
[TRACE] 11:33:12.240 shell.go:HasFilesInDir(sequencer/todo) - 2.537µs
[DEBUG] 11:33:12.240 properties.go:GetString:28 → ≡
[DEBUG] 11:33:12.240 properties.go:GetBool:22 → fetch_upstream_icon: true
[DEBUG] 11:33:12.241 properties.go:GetKeyValueMap:46 → upstream_icons: map[]
[DEBUG] 11:33:12.241 properties.go:GetString:28 →  
[TRACE] 11:33:12.241 shell.go:TemplateCache() - 200ns
[TRACE] 11:33:12.241 shell.go:TemplateCache() - 138ns
[DEBUG] 11:33:12.241 shell.go:FileContent:520 ↓

<omitted>
    
[TRACE] 11:33:12.241 shell.go:FileContent(/home/layo/projects/code/dremel/druid/.git/logs/refs/stash) - 14.88µs
[TRACE] 11:33:12.241 shell.go:Shell() - 80ns
[TRACE] 11:33:12.241 shell.go:TemplateCache() - 56ns
[TRACE] 11:33:12.241 shell.go:Flags() - 44ns
[DEBUG] 11:33:12.241 block.go:Debug:230 → Segment: executiontime
[TRACE] 11:33:12.241 shell.go:Pwd() - 54ns
[TRACE] 11:33:12.241 shell.go:GOOS() - 43ns
[DEBUG] 11:33:12.241 properties.go:GetBool:22 → always_enabled: false
[TRACE] 11:33:12.241 shell.go:ExecutionTime() - 42ns
[DEBUG] 11:33:12.241 properties.go:GetFloat64:34 → threshold: 1000.000000
[DEBUG] 11:33:12.241 block.go:Debug:230 → Segment: kubectl
[TRACE] 11:33:12.241 shell.go:Pwd() - 40ns
[TRACE] 11:33:12.241 shell.go:GOOS() - 16ns
[DEBUG] 11:33:12.241 properties.go:GetBool:22 → parse_kubeconfig: true
[DEBUG] 11:33:12.241 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.241 shell.go:Getenv(KUBECONFIG) - 1.57µs
[DEBUG] 11:33:12.241 shell.go:FileContent:520 ↓

<omitted>
    
[TRACE] 11:33:12.241 shell.go:FileContent(/home/layo/.kube/config) - 153.094µs
[TRACE] 11:33:12.242 shell.go:TemplateCache() - 63ns
[TRACE] 11:33:12.242 shell.go:TemplateCache() - 282ns
[TRACE] 11:33:12.242 shell.go:Shell() - 199ns
[DEBUG] 11:33:12.242 block.go:Debug:230 → Segment: time
[TRACE] 11:33:12.242 shell.go:Pwd() - 69ns
[TRACE] 11:33:12.242 shell.go:GOOS() - 56ns
[DEBUG] 11:33:12.242 properties.go:GetString:28 → 15:04:05
[TRACE] 11:33:12.242 shell.go:TemplateCache() - 58ns
[TRACE] 11:33:12.242 shell.go:TemplateCache() - 111ns
[TRACE] 11:33:12.242 shell.go:Shell() - 51ns
[TRACE] 11:33:12.242 shell.go:Flags() - 44ns
[DEBUG] 11:33:12.242 block.go:Debug:230 → Segment: text
[TRACE] 11:33:12.242 shell.go:Pwd() - 79ns
[TRACE] 11:33:12.242 shell.go:GOOS() - 45ns
[TRACE] 11:33:12.242 shell.go:TemplateCache() - 29ns
[TRACE] 11:33:12.242 shell.go:Shell() - 38ns
[DEBUG] 11:33:12.242 block.go:Debug:230 → Segment: python
[DEBUG] 11:33:12.242 properties.go:GetString:28 → environment
[TRACE] 11:33:12.242 shell.go:Pwd() - 28ns
[TRACE] 11:33:12.242 shell.go:GOOS() - 31ns
[DEBUG] 11:33:12.242 properties.go:GetStringArray:52 → extensions: [*.py *.ipynb pyproject.toml venv.bak]
[DEBUG] 11:33:12.242 properties.go:GetStringArray:52 → folders: [.venv venv virtualenv env venv-win pyenv-win]
[DEBUG] 11:33:12.242 properties.go:GetBool:22 → home_enabled: false
[TRACE] 11:33:12.242 shell.go:Pwd() - 28ns
[DEBUG] 11:33:12.242 properties.go:GetBool:22 → fetch_virtual_env: true
[DEBUG] 11:33:12.242 shell.go:CommandPath:597 → /home/layo/.pyenv/shims/python
[TRACE] 11:33:12.242 shell.go:CommandPath(python) - 13.633µs
[DEBUG] 11:33:12.242 shell.go:HasFilesInDir:461 → false
[TRACE] 11:33:12.242 shell.go:HasFilesInDir(pyvenv.cfg) - 4.438µs
[DEBUG] 11:33:12.242 shell.go:HasFilesInDir:461 → false
[TRACE] 11:33:12.242 shell.go:HasFilesInDir(pyvenv.cfg) - 2.55µs
[DEBUG] 11:33:12.242 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.243 shell.go:Getenv(VIRTUAL_ENV) - 1.451µs
[DEBUG] 11:33:12.243 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.243 shell.go:Getenv(CONDA_ENV_PATH) - 1.171µs
[DEBUG] 11:33:12.243 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.243 shell.go:Getenv(CONDA_DEFAULT_ENV) - 1.124µs
[DEBUG] 11:33:12.243 block.go:Debug:230 → Segment: exit
[TRACE] 11:33:12.243 shell.go:Pwd() - 29ns
[TRACE] 11:33:12.243 shell.go:GOOS() - 18ns
[TRACE] 11:33:12.243 shell.go:ErrorCode() - 53ns
[DEBUG] 11:33:12.243 properties.go:GetBool:22 → always_enabled: true
[TRACE] 11:33:12.243 shell.go:TemplateCache() - 20ns
[TRACE] 11:33:12.243 shell.go:Shell() - 25ns
[TRACE] 11:33:12.243 shell.go:TemplateCache() - 46ns
[DEBUG] 11:33:12.243 shell.go:Getenv:395 → NO DATA
[TRACE] 11:33:12.243 shell.go:Getenv(XDG_CACHE_HOME) - 1.413µs
[TRACE] 11:33:12.243 shell_unix.go:CachePath() - 7.101µs
[TRACE] 11:33:12.243 shell.go:Flags() - 45ns
@layoaster layoaster added the 🐛 bug Something isn't working label May 16, 2023
@JanDeDobbeleer
Copy link
Owner

@layoaster seems like an issue with a refactor in how we deal with ending segments. For the time being, you can change background for parentBackground in the trailing diamonds to solve this.

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants