Skip to content

MacOS Accent #5723

@AndreM222

Description

@AndreM222

Code of Conduct

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

What happened?

Brew Version

brew update && brew upgrade oh-my-posh
==> Updating Homebrew...
Already up-to-date.
Warning: Treating oh-my-posh as a formula. For the cask, use jandedobbeleer/oh-my-posh/oh-my-posh or specify the `--cask` flag. To silence this message, use the `--formula` flag.
Warning: oh-my-posh 23.17.0 already installed

Problem

The accent doesnt seem to be working correctly. I used my windows setup from the accent and seems to be not taking it.

Preview

Output
スクリーンショット 2024-10-07 18 17 34

Kind of what I expect. I use the gray color of macos. I like minimalism

スクリーンショット 2024-10-07 18 30 48

Setting

スクリーンショット 2024-10-07 18 46 02

Theme

{
    "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
    "palette": {
        "DeepBlack": "#111111",
        "DeepGrey": "#303030"
    },
    "blocks": [
        {
            "alignment": "left",
            "newline": true,
            "segments": [
                {
                    "background": "p:DeepGrey",
                    "foreground": "white",
                    "leading_diamond": "\ue0b6",
                    "properties": {
                        "macos": "\uf179 ",
                        "ubuntu": "\uebc6 ",
                        "windows": "\udb80\udf72 "
                    },
                    "style": "diamond",
                    "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}",
                    "trailing_diamond": "\ue0d6",
                    "type": "os"
                },
                {
                    "background": "p:DeepGrey",
                    "foreground": "white",
                    "leading_diamond": "\ue0b2",
                    "style": "diamond",
                    "template": "\uf489 {{ .Name }} ",
                    "trailing_diamond": "\ue0d6",
                    "type": "shell"
                },
                {
                    "background": "accent",
                    "foreground": "p:DeepGrey",
                    "leading_diamond": "\ue0b2",
                    "style": "diamond",
                    "template": "\udb80\udf5b CPU: {{ round .PhysicalPercentUsed .Precision }}% | ",
                    "type": "sysinfo"
                },
                {
                    "background": "accent",
                    "foreground": "p:DeepGrey",
                    "style": "diamond",
                    "template": "MEM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB \ue706 ",
                    "trailing_diamond": "\ue0d6",
                    "type": "sysinfo"
                },
                {
                    "background": "p:DeepBlack",
                    "foreground": "white",
                    "leading_diamond": "\ue0b2",
                    "properties": {
                        "style": "roundrock",
                        "threshold": 0
                    },
                    "style": "diamond",
                    "template": " {{ .FormattedMs }} ",
                    "trailing_diamond": "\ue0b0",
                    "type": "executiontime"
                }
            ],
            "type": "prompt"
        },

        {
            "alignment": "right",

            "segments": [
                {
                    "type": "node",
                    "style": "diamond",
                    "powerline_symbol": "\uE0B0",
                    "leading_diamond": "\ue0b2",
                    "foreground": "lightGreen",
                    "background": "p:DeepBlack",
                    "trailing_diamond": "\ue0d6",
                    "template": " \uE718{{ .Full }} ",
                    "properties": {
                        "prefix": " \uE718 ",
                        "fetch_version": false
                    }
                },
                {
                    "type": "aws",
                    "style": "diamond",
                    "powerline_symbol": "\uE0B0",
                    "leading_diamond": "\ue0b2",
                    "foreground": "yellow",
                    "background": "p:DeepBlack",
                    "trailing_diamond": "\ue0d6",
                    "template": " \udb83\ude0f{{.Profile}}{{if .Region}}@{{.Region}}{{end}} ",
                    "properties": {
                        "prefix": " \uE718 ",
                        "fetch_version": false
                    }
                },
                {
                    "background": "green",
                    "background_templates": [
                        "{{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}",
                        "{{ if and (gt .Ahead 0) (gt .Behind 0) }}magenta{{ end }}",
                        "{{ if gt .Ahead 0 }}blue{{ end }}",
                        "{{ if gt .Behind 0 }}red{{ end }}"
                    ],
                    "foreground": "p:DeepGrey",
                    "leading_diamond": "\ue0b2",
                    "properties": {
                        "branch_icon": "\ue725 ",
                        "fetch_stash_count": true,
                        "fetch_status": true,
                        "fetch_upstream_icon": true,
                        "fetch_worktree_count": true
                    },
                    "style": "diamond",
                    "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 }} \uf692 {{ .StashCount }}{{ end }} ",
                    "trailing_diamond": "\ue0b0",
                    "type": "git"
                }
            ],
            "type": "prompt"
        },
        {
            "alignment": "left",
            "newline": true,
            "segments": [
                {
                    "style": "plain",
                    "template": "\u256d\u2500",
                    "type": "text"
                },
                {
                    "properties": {
                        "time_format": "15:04"
                    },
                    "style": "plain",
                    "template": " \uf004 {{ .CurrentDate | date .Format }} |",
                    "type": "time"
                },
                {
                    "style": "plain",
                    "template": " \uf292 ",
                    "type": "root"
                },
                {
                    "properties": {
                        "folder_icon": "\uf07b ",
                        "folder_separator_icon": " \uf061 ",
                        "home_icon": "\udb80\udedc "
                    },
                    "style": "plain",
                    "template": " {{ .Path }} ",
                    "type": "path"
                }
            ],
            "type": "prompt"
        },
        {
            "alignment": "left",
            "newline": true,
            "segments": [
                {
                    "properties": {
                        "always_enabled": true
                    },
                    "style": "plain",
                    "template": "\u2570\u2500 ",
                    "type": "exit"
                }
            ],
            "type": "prompt"
        }
    ],
    "console_title_template": "{{ .Folder }}",
    "osc99": true,
    "version": 2
}

What OS are you seeing the problem on?

macOS

Which shell are you using?

zsh

Log output

oh-my-posh debug zsh --plain

Version: 23.17.0

Shell: zsh (5.9)

Prompt:

Segments:

ConsoleTitle(true)                         -   0 ms
Os(true)                                   -   0 ms
Shell(true)                                -   0 ms
Sysinfo(true)                              -   0 ms
Sysinfo(true)                              -   0 ms
Executiontime(true)                        -   0 ms
Git(true)                                  -  11 ms
Text(true)                                 -   0 ms
Time(true)                                 -   0 ms
Path(true)                                 -   0 ms
Exit(true)                                 -   0 ms

Run duration: 25.9905ms

Cache path: /Users/andre/.cache/oh-my-posh

Config path: /Users/andre/.config/iterm2/themes/accent_minimalNight.omp.json

Logs:

[DEBUG] 18:16:19.601 debug.go:49 → debug mode enabled
[DEBUG] 18:16:19.601 debug.go:49 → plain mode enabled
[DEBUG] 18:16:19.601 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.601 terminal.go:Getenv(LOCALAPPDATA) - 9.5µs
[DEBUG] 18:16:19.601 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.601 terminal.go:Getenv(OMP_CACHE_DIR) - 1.917µs
[DEBUG] 18:16:19.601 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.601 terminal.go:Getenv(XDG_CACHE_HOME) - 1.625µs
[TRACE] 18:16:19.601 terminal.go:CachePath() - 49.75µs
[DEBUG] 18:16:19.601 terminal.go:70 → loading cache file: /Users/andre/.cache/oh-my-posh/omp.cache
[DEBUG] 18:16:19.601 terminal.go:70 → loading cache key: is_wsl
[DEBUG] 18:16:19.601 terminal.go:70 → loading cache key: upgrade_check
[DEBUG] 18:16:19.601 terminal.go:70 → loading cache key: environment_platform
[TRACE] 18:16:19.601 terminal.go(/Users/andre/.cache/oh-my-posh/omp.cache) - 133.417µs
[DEBUG] 18:16:19.601 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.601 terminal.go:Getenv(LOCALAPPDATA) - 1.75µs
[DEBUG] 18:16:19.601 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.601 terminal.go:Getenv(OMP_CACHE_DIR) - 1.667µs
[DEBUG] 18:16:19.601 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.601 terminal.go:Getenv(XDG_CACHE_HOME) - 1.583µs
[TRACE] 18:16:19.601 terminal.go:CachePath() - 17.083µs
[DEBUG] 18:16:19.601 terminal.go:70 → loading cache file: /Users/andre/.cache/oh-my-posh/omp.cache.c15345ea-1ce9-4ef9-87c2-59506031627b
[DEBUG] 18:16:19.602 terminal.go:70 → loading cache key: prompt_count_cache
[TRACE] 18:16:19.602 terminal.go(/Users/andre/.cache/oh-my-posh/omp.cache.c15345ea-1ce9-4ef9-87c2-59506031627b) - 38.791µs
[TRACE] 18:16:19.602 terminal.go:setPromptCount() - 666ns
[DEBUG] 18:16:19.602 terminal.go:Getenv:164 → /Users/andre/.config/iterm2/themes/accent_minimalNight.omp.json
[TRACE] 18:16:19.602 terminal.go:Getenv(POSH_THEME) - 2.083µs
[DEBUG] 18:16:19.602 terminal.go:ResolveConfigPath:96 → config set using POSH_THEME: /Users/andre/.config/iterm2/themes/accent_minimalNight.omp.json
[TRACE] 18:16:19.602 terminal.go:ResolveConfigPath() - 7.084µs
[TRACE] 18:16:19.602 terminal.go:Init() - 441µs
[TRACE] 18:16:19.602 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.602 load.go:loadConfig() - 634.375µs
[TRACE] 18:16:19.602 terminal.go:Flags() - 42ns
[DEBUG] 18:16:19.602 debug.go:57 → terminal program: iTerm.app
[DEBUG] 18:16:19.602 debug.go:57 → terminal shell: shell
[DEBUG] 18:16:19.602 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.602 terminal.go:Getenv(OMP_CACHE_DISABLED) - 3.625µs
[DEBUG] 18:16:19.610 terminal.go:RunCommand:370 → -1
[TRACE] 18:16:19.610 terminal.go:RunCommand(defaults read -g AppleAccentColor) - 8.127416ms
[TRACE] 18:16:19.610 colors.go:SetAccentColor() - 8.133625ms
[TRACE] 18:16:19.610 terminal.go:Shell() - 166ns
[DEBUG] 18:16:19.610 terminal.go:Getenv:164 → 5.9
[TRACE] 18:16:19.610 terminal.go:Getenv(POSH_SHELL_VERSION) - 3.042µs
[DEBUG] 18:16:19.610 debug.go:PrintDebug:23 → segment: Title
[DEBUG] 18:16:19.610 text.go:Render:80 → rendering template: {{ .Folder }}
[TRACE] 18:16:19.610 terminal.go:Flags() - 0s
[TRACE] 18:16:19.611 terminal_unix.go:Root() - 417ns
[TRACE] 18:16:19.611 terminal.go:Shell() - 84ns
[TRACE] 18:16:19.611 terminal.go:StatusCodes() - 208ns
[DEBUG] 18:16:19.611 terminal_unix.go:IsWsl:35 → false
[TRACE] 18:16:19.611 terminal_unix.go:IsWsl() - 6.458µs
[DEBUG] 18:16:19.611 terminal.go:TemplateCache:656 → environment: [TERM_SESSION_ID=w0t1p0:8FC1090B-9CE9-45DA-BE8F-14182D0499BC SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.BCj7M9NDZH/Listeners LC_TERMINAL_VERSION=3.5.5 COLORFGBG=15;0 ITERM_PROFILE=Default XPC_FLAGS=0x0 LANG=ja_JP.UTF-8 PWD=/Users/andre/.config/iterm2/themes SHELL=/bin/zsh __CFBundleIdentifier=com.googlecode.iterm2 TERM_FEATURES=T3LrMSc7UUw9Ts3BFGsSyHNoSxF TERM_PROGRAM_VERSION=3.5.5 TERM_PROGRAM=iTerm.app PATH=/Users/andre/.nvm/versions/node/v20.17.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Library/TeX/texbin:/Applications/VMware Fusion.app/Contents/Public:/Applications/iTerm.app/Contents/Resources/utilities:/Users/andre/Library/Application Support/JetBrains/Toolbox/scripts LC_TERMINAL=iTerm2 COLORTERM=truecolor COMMAND_MODE=unix2003 TERM=xterm-256color TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo HOME=/Users/andre TMPDIR=/var/folders/g5/hzpyls310vn6bnbq8zlzf_zh0000gn/T/ USER=andre XPC_SERVICE_NAME=0 LOGNAME=andre ITERM_SESSION_ID=w0t1p0:8FC1090B-9CE9-45DA-BE8F-14182D0499BC __CF_USER_TEXT_ENCODING=0x1F5:0x1:0xE SHLVL=1 OLDPWD=/Users/andre HOMEBREW_PREFIX=/opt/homebrew HOMEBREW_CELLAR=/opt/homebrew/Cellar HOMEBREW_REPOSITORY=/opt/homebrew INFOPATH=/opt/homebrew/share/info: NVM_DIR=/Users/andre/.nvm NVM_CD_FLAGS=-q NVM_BIN=/Users/andre/.nvm/versions/node/v20.17.0/bin NVM_INC=/Users/andre/.nvm/versions/node/v20.17.0/include/node POSH_THEME=/Users/andre/.config/iterm2/themes/accent_minimalNight.omp.json POSH_SHELL_VERSION=5.9 POSH_SESSION_ID=c15345ea-1ce9-4ef9-87c2-59506031627b POWERLINE_COMMAND=oh-my-posh CONDA_PROMPT_MODIFIER=false ZLE_RPROMPT_INDENT=0 OSTYPE=darwin24.0 FZF_DEFAULT_OPTS=--color=fg:white,hl:blue,gutter:-1 --color=fg+:white,bg+:bright-black,hl+:blue --color=info:yellow,prompt:cyan,pointer:magenta --color=marker:magenta,spinner:yellow,header:bright-black BAT_THEME=base16 _=/opt/homebrew/bin/oh-my-posh]
[TRACE] 18:16:19.611 terminal.go:GOOS() - 42ns
[TRACE] 18:16:19.611 terminal.go:PathSeparator() - 2.792µs
[TRACE] 18:16:19.611 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.611 terminal.go:Pwd:189 → /Users/andre/.config/iterm2/themes
[TRACE] 18:16:19.611 terminal.go:Pwd() - 43.417µs
[DEBUG] 18:16:19.611 terminal_unix.go:IsWsl:35 → false
[TRACE] 18:16:19.611 terminal_unix.go:IsWsl() - 1.959µs
[TRACE] 18:16:19.611 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.611 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.611 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.611 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.611 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.611 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.611 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.611 terminal.go:GOOS() - 0s
[DEBUG] 18:16:19.611 terminal.go:User:330 → andre
[TRACE] 18:16:19.611 terminal.go:User() - 2.125µs
[DEBUG] 18:16:19.611 terminal.go:Host:347 → Andres-Macbook-Pro
[TRACE] 18:16:19.611 terminal.go:Host() - 7.625µs
[TRACE] 18:16:19.611 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.611 terminal.go:Getenv:164 → 1
[TRACE] 18:16:19.611 terminal.go:Getenv(SHLVL) - 1.833µs
[TRACE] 18:16:19.611 terminal.go:TemplateCache() - 140.333µs
[TRACE] 18:16:19.611 terminal.go:Shell() - 42ns
[DEBUG] 18:16:19.611 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.611 terminal.go:Getenv(POSH_CURSOR_LINE) - 2.334µs
[DEBUG] 18:16:19.611 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.611 terminal.go:Getenv(POSH_CURSOR_COLUMN) - 1.625µs
[TRACE] 18:16:19.611 terminal.go:Flags() - 0s
[TRACE] 18:16:19.611 terminal.go:Flags() - 41ns
[TRACE] 18:16:19.611 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.611 terminal.go:Flags() - 125ns
[TRACE] 18:16:19.611 terminal.go:Pwd() - 125ns
[TRACE] 18:16:19.611 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.611 segment.go:SetEnabled:115 → segment: Executiontime
[TRACE] 18:16:19.611 terminal.go:Flags() - 167ns
[DEBUG] 18:16:19.611 executiontime.go:Enabled:57 → always_enabled: false
[TRACE] 18:16:19.611 terminal.go:ExecutionTime() - 83ns
[DEBUG] 18:16:19.611 executiontime.go:Enabled:59 → threshold: 0.000000
[DEBUG] 18:16:19.611 executiontime.go:Enabled:63 → roundrock
[TRACE] 18:16:19.611 terminal.go:Pwd() - 83ns
[TRACE] 18:16:19.611 terminal.go:GOOS() - 41ns
[DEBUG] 18:16:19.611 segment.go:SetEnabled:115 → segment: Shell
[TRACE] 18:16:19.611 terminal.go:TemplateCache() - 83ns
[DEBUG] 18:16:19.611 shell.go:Enabled:28 → mapped_shell_names: map[]
[TRACE] 18:16:19.611 terminal.go:Shell() - 125ns
[TRACE] 18:16:19.611 terminal.go:Flags() - 125ns
[TRACE] 18:16:19.611 terminal.go:Flags() - 0s
[TRACE] 18:16:19.611 terminal.go:TemplateCache() - 167ns
[DEBUG] 18:16:19.611 sysinfo.go:Init:36 → precision: 2
[TRACE] 18:16:19.611 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.611 terminal.go:Pwd() - 166ns
[TRACE] 18:16:19.611 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.611 segment.go:SetEnabled:115 → segment: Os
[TRACE] 18:16:19.611 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.611 os.go:Enabled:36 → 
[TRACE] 18:16:19.611 terminal.go:TemplateCache() - 125ns
[DEBUG] 18:16:19.611 sysinfo.go:Init:36 → precision: 2
[TRACE] 18:16:19.611 terminal.go:Pwd() - 167ns
[TRACE] 18:16:19.612 terminal.go:GOOS() - 41ns
[DEBUG] 18:16:19.612 segment.go:SetEnabled:115 → segment: Sysinfo
[TRACE] 18:16:19.612 terminal.go:TemplateCache() - 83ns
[TRACE] 18:16:19.612 terminal.go:Pwd() - 167ns
[TRACE] 18:16:19.612 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.612 segment.go:SetEnabled:115 → segment: Sysinfo
[TRACE] 18:16:19.612 terminal.go:TemplateCache() - 83ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template:  {{ .FormattedMs }}
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template:  {{ if .WSL }}WSL at {{ end }}{{.Icon}}
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template: 󰍛 CPU: {{ round .PhysicalPercentUsed .Precision }}% |
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template: MEM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB 
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.612 terminal.go:TemplateCache() - 84ns
[TRACE] 18:16:19.612 terminal.go:TemplateCache() - 83ns
[TRACE] 18:16:19.612 terminal.go:TemplateCache() - 42ns
[TRACE] 18:16:19.612 terminal.go:TemplateCache() - 84ns
[TRACE] 18:16:19.612 terminal.go:TemplateCache() - 125ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.612 terminal.go:Flags() - 0s
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.612 terminal.go:Flags() - 41ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.612 terminal.go:Flags() - 41ns
[DEBUG] 18:16:19.612 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.612 terminal.go:Flags() - 41ns
[TRACE] 18:16:19.612 terminal.go:Shell() - 42ns
[TRACE] 18:16:19.612 terminal.go:Shell() - 0s
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.612 terminal.go:Pwd() - 42ns
[TRACE] 18:16:19.612 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.612 terminal.go:Flags() - 42ns
[DEBUG] 18:16:19.612 segment.go:SetEnabled:115 → segment: Git
[TRACE] 18:16:19.612 terminal.go:Pwd() - 83ns
[DEBUG] 18:16:19.612 terminal_unix.go:IsWsl:35 → false
[TRACE] 18:16:19.612 terminal.go:Pwd() - 42ns
[TRACE] 18:16:19.612 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.612 terminal_unix.go:IsWsl() - 2.416µs
[TRACE] 18:16:19.612 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.612 terminal_unix.go:IsWsl2() - 4.291µs
[DEBUG] 18:16:19.612 segment.go:SetEnabled:115 → segment: Node
[DEBUG] 18:16:19.612 segment.go:SetEnabled:115 → segment: Aws
[TRACE] 18:16:19.612 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.612 aws.go:Enabled:42 → display_default: true
[DEBUG] 18:16:19.612 language.go:Enabled:109 → extensions: [*.js *.ts package.json .nvmrc pnpm-workspace.yaml .pnpmfile.cjs .vue]
[DEBUG] 18:16:19.612 terminal.go:Getenv:164 → NO DATA
[DEBUG] 18:16:19.612 language.go:Enabled:110 → folders: []
[TRACE] 18:16:19.612 terminal.go:Getenv(AWS_VAULT) - 1.625µs
[DEBUG] 18:16:19.612 language.go:Enabled:117 → home_enabled: false
[TRACE] 18:16:19.612 terminal.go:Getenv(AWS_DEFAULT_PROFILE) - 1.541µs
[DEBUG] 18:16:19.612 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.612 terminal.go:Pwd() - 42ns
[TRACE] 18:16:19.612 terminal.go:Getenv(AWS_PROFILE) - 1.25µs
[DEBUG] 18:16:19.612 language.go:Enabled:129 → files
[DEBUG] 18:16:19.612 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.612 terminal.go:Getenv(AWS_REGION) - 1.375µs
[DEBUG] 18:16:19.612 node.go:loadContext:56 → fetch_package_manager: false
[DEBUG] 18:16:19.612 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.612 terminal.go:Pwd() - 0s
[TRACE] 18:16:19.612 terminal.go:Getenv(AWS_DEFAULT_REGION) - 1.417µs
[DEBUG] 18:16:19.612 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.612 terminal.go:Getenv(AWS_CONFIG_FILE) - 1.333µs
[ERROR] 18:16:19.613 terminal.go:FileContent:297 → open /Users/andre/.aws/config: no such file or directory
[TRACE] 18:16:19.613 terminal.go:FileContent(/Users/andre/.aws/config) - 7.833µs
[DEBUG] 18:16:19.613 terminal.go:CommandPath:394 → /opt/homebrew/bin/git
[TRACE] 18:16:19.613 terminal.go:CommandPath(git) - 34.541µs
[TRACE] 18:16:19.613 terminal.go:HasCommand(git) - 36.833µs
[DEBUG] 18:16:19.613 git.go:shouldDisplay:312 → fetch_bare_info: false
[TRACE] 18:16:19.613 terminal.go:Pwd() - 42ns
[DEBUG] 18:16:19.613 terminal.go:ResolveSymlink:286 → /Users/andre/.config/iterm2/themes
[TRACE] 18:16:19.613 terminal.go:ResolveSymlink(/Users/andre/.config/iterm2/themes) - 23.042µs
[TRACE] 18:16:19.613 terminal.go:HasParentFilePath(.git) - 31.041µs
[DEBUG] 18:16:19.613 scm.go:shouldIgnoreRootRepository:150 → exclude_folders: []
[TRACE] 18:16:19.613 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.613 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.613 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.613 terminal.go:HasFilesInDir(*.js) - 61.709µs
[DEBUG] 18:16:19.613 git.go:Enabled:176 → fetch_user: false
[TRACE] 18:16:19.613 terminal.go:Pwd() - 42ns
[TRACE] 18:16:19.613 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.613 terminal.go:GOOS() - 0s
[DEBUG] 18:16:19.613 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.613 terminal.go:GOOS() - 42ns
[TRACE] 18:16:19.613 terminal.go:HasFilesInDir(*.ts) - 4.917µs
[TRACE] 18:16:19.613 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.613 terminal.go:Pwd() - 42ns
[TRACE] 18:16:19.613 terminal.go:GOOS() - 42ns
[TRACE] 18:16:19.613 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.613 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.613 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.613 terminal.go:HasFilesInDir(package.json) - 3.167µs
[DEBUG] 18:16:19.613 git.go:Enabled:191 → cli
[TRACE] 18:16:19.613 terminal.go:Pwd() - 42ns
[DEBUG] 18:16:19.613 git.go:Enabled:196 → fetch_status: true
[DEBUG] 18:16:19.613 git.go:shouldIgnoreStatus:454 → ignore_status: []
[TRACE] 18:16:19.613 terminal.go:GOOS() - 0s
[DEBUG] 18:16:19.613 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.613 terminal.go:HasFilesInDir(.nvmrc) - 6µs
[DEBUG] 18:16:19.613 git.go:setGitStatus:600 → status_formats: map[]
[TRACE] 18:16:19.613 terminal.go:Pwd() - 0s
[DEBUG] 18:16:19.613 git.go:getSwitchMode:899 → untracked_modes: map[]
[DEBUG] 18:16:19.613 terminal.go:HasFilesInDir:242 → false
[DEBUG] 18:16:19.613 git.go:getSwitchMode:899 → ignore_submodules: map[]
[TRACE] 18:16:19.613 terminal.go:HasFilesInDir(pnpm-workspace.yaml) - 3.25µs
[TRACE] 18:16:19.613 terminal.go:Pwd() - 42ns
[DEBUG] 18:16:19.613 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.613 terminal.go:HasFilesInDir(.pnpmfile.cjs) - 2.75µs
[TRACE] 18:16:19.613 terminal.go:Pwd() - 0s
[DEBUG] 18:16:19.613 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.613 terminal.go:HasFilesInDir(.vue) - 2.458µs
[DEBUG] 18:16:19.619 terminal.go:RunCommand:370
    # branch.oid (initial)
    # branch.head origin
    ? README.md
    ? accent_minimalNight.omp.json
    ? alert_minimalNight.omp.json
    ? doc/
    ? minimalNight.omp.json
    ? term_minimalNight.omp.json
[TRACE] 18:16:19.619 terminal.go:RunCommand(git -C /Users/andre/.config/iterm2/themes --no-optional-locks -c core.quotepath=false -c color.status=false status -unormal --branch --porcelain=2) - 6.211041ms
[DEBUG] 18:16:19.619 git.go:setGitHEADContext:659 → 
[DEBUG] 18:16:19.619 scm.go:formatBranch:114 → mapped_branches: map[]
[DEBUG] 18:16:19.619 scm.go:formatBranch:130 → full_branch_path: true
[DEBUG] 18:16:19.619 scm.go:formatBranch:136 → branch_max_length: 0
[DEBUG] 18:16:19.619 terminal.go:HasFolder:271 → false
[TRACE] 18:16:19.619 terminal.go:HasFolder(/Users/andre/.config/iterm2/themes/.git/rebase-merge) - 11.875µs
[DEBUG] 18:16:19.619 terminal.go:HasFolder:271 → false
[TRACE] 18:16:19.619 terminal.go:HasFolder(/Users/andre/.config/iterm2/themes/.git/rebase-apply) - 2.833µs
[DEBUG] 18:16:19.619 git.go:setGitHEADContext:710 → 
[DEBUG] 18:16:19.619 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.619 terminal.go:HasFilesInDir(MERGE_MSG) - 59.458µs
[DEBUG] 18:16:19.619 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.619 terminal.go:HasFilesInDir(CHERRY_PICK_HEAD) - 2.625µs
[DEBUG] 18:16:19.619 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.619 terminal.go:HasFilesInDir(REVERT_HEAD) - 2.416µs
[DEBUG] 18:16:19.619 terminal.go:HasFilesInDir:242 → false
[TRACE] 18:16:19.619 terminal.go:HasFilesInDir(sequencer/todo) - 7.458µs
[DEBUG] 18:16:19.619 git.go:470 → ≢
[DEBUG] 18:16:19.619 git.go:Enabled:207 → fetch_upstream_icon: true
[ERROR] 18:16:19.624 terminal.go:RunCommand:367 → exit status 2
[DEBUG] 18:16:19.624 terminal.go:RunCommand:370
    error: No such remote 'origin'

[TRACE] 18:16:19.624 terminal.go:RunCommand(git -C /Users/andre/.config/iterm2/themes --no-optional-locks -c core.quotepath=false -c color.status=false remote get-url origin) - 4.682916ms
[TRACE] 18:16:19.624 terminal.go:TemplateCache() - 1.25µs
[DEBUG] 18:16:19.624 text.go:Render:80 → rendering template:  {{ .UpstreamIcon }} {{ .HEAD }}{{ .BranchStatus }}{{ 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 }}
[TRACE] 18:16:19.624 terminal.go:Flags() - 0s
[TRACE] 18:16:19.624 terminal.go:TemplateCache() - 84ns
[ERROR] 18:16:19.624 terminal.go:FileContent:297 → open /Users/andre/.config/iterm2/themes/.git/logs/refs/stash: no such file or directory
[TRACE] 18:16:19.624 terminal.go:FileContent(/Users/andre/.config/iterm2/themes/.git/logs/refs/stash) - 20.875µs
[DEBUG] 18:16:19.624 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.624 terminal.go:Flags() - 0s
[DEBUG] 18:16:19.624 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.624 terminal.go:Flags() - 0s
[DEBUG] 18:16:19.624 text.go:Render:80 → rendering template: {{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}
[TRACE] 18:16:19.624 terminal.go:Flags() - 41ns
[TRACE] 18:16:19.624 terminal.go:TemplateCache() - 83ns
[DEBUG] 18:16:19.624 text.go:Render:80 → rendering template: diamond
[TRACE] 18:16:19.624 terminal.go:Flags() - 41ns
[DEBUG] 18:16:19.624 text.go:Render:80 → rendering template: {{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}
[TRACE] 18:16:19.624 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.624 terminal.go:TemplateCache() - 42ns
[DEBUG] 18:16:19.626 terminal_unix.go:TerminalWidth:85 → terminal width: 235
[TRACE] 18:16:19.626 terminal_unix.go:TerminalWidth() - 1.683459ms
[TRACE] 18:16:19.626 terminal.go:Shell() - 83ns
[TRACE] 18:16:19.626 terminal.go:Shell() - 0s
[TRACE] 18:16:19.626 terminal.go:Flags() - 83ns
[TRACE] 18:16:19.626 terminal.go:Pwd() - 84ns
[TRACE] 18:16:19.626 terminal.go:Flags() - 84ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[DEBUG] 18:16:19.626 segment.go:SetEnabled:115 → segment: Path
[DEBUG] 18:16:19.626 path.go:149 → display_cygpath: false
[TRACE] 18:16:19.626 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:PathSeparator() - 1.333µs
[TRACE] 18:16:19.626 terminal.go:Pwd() - 41ns
[TRACE] 18:16:19.626 terminal.go:Pwd() - 41ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:Shell() - 42ns
[TRACE] 18:16:19.626 terminal.go:Shell() - 42ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[DEBUG] 18:16:19.626 segment.go:SetEnabled:115 → segment: Time
[TRACE] 18:16:19.626 terminal.go:Flags() - 83ns
[TRACE] 18:16:19.626 terminal.go:Flags() - 41ns
[DEBUG] 18:16:19.626 time.go:Enabled:2915:04
[TRACE] 18:16:19.626 terminal.go:TemplateCache() - 41ns
[DEBUG] 18:16:19.626 path.go:setMappedLocations:563 → mapped_locations_enabled: true
[DEBUG] 18:16:19.626 path.go:setMappedLocations:564 → 
[TRACE] 18:16:19.626 terminal.go:Pwd() - 42ns
[DEBUG] 18:16:19.626 path.go:setMappedLocations:565 → 
[TRACE] 18:16:19.626 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 42ns
[TRACE] 18:16:19.626 terminal.go:PathSeparator() - 1.417µs
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[DEBUG] 18:16:19.626 segment.go:SetEnabled:115 → segment: Root
[TRACE] 18:16:19.626 terminal.go:Pwd() - 41ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.626 terminal_unix.go:Root() - 417ns
[DEBUG] 18:16:19.626 segment.go:SetEnabled:115 → segment: Text
[TRACE] 18:16:19.626 terminal.go:TemplateCache() - 84ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 42ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:PathSeparator() - 1.208µs
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:GOOS() - 42ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:GOOS() - 42ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[DEBUG] 18:16:19.626 path.go:makeFolderFormatMap:839 → NO DATA
[TRACE] 18:16:19.626 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.626 path.go:setStyle:218 → agnoster
[DEBUG] 18:16:19.626 path.go:getAgnosterPath:330 → 
[DEBUG] 18:16:19.626 path.go:colorizePath:740 → cycle: []
[DEBUG] 18:16:19.626 path.go:getFolderSeparator:273 → NO DATA
[DEBUG] 18:16:19.626 path.go:getFolderSeparator:275 →  
[DEBUG] 18:16:19.626 path.go:colorizePath:743 → cycle_folder_separator: false
[DEBUG] 18:16:19.626 path.go:colorizePath:744 → %s
[DEBUG] 18:16:19.626 path.go:colorizePath:746 → %s
[DEBUG] 18:16:19.626 path.go:colorizePath:747 → %s
[DEBUG] 18:16:19.626 path.go:colorizePath:748 → %s
[TRACE] 18:16:19.626 terminal.go:GOOS() - 41ns
[TRACE] 18:16:19.626 terminal.go:Pwd() - 42ns
[TRACE] 18:16:19.626 terminal.go:TemplateCache() - 42ns
[TRACE] 18:16:19.626 terminal.go:GOOS() - 0s
[TRACE] 18:16:19.626 terminal.go:StackCount() - 417ns
[TRACE] 18:16:19.626 terminal_unix.go:DirIsWritable(/Users/andre/.config/iterm2/themes) - 11.125µs
[TRACE] 18:16:19.626 terminal.go:TemplateCache() - 42ns
[DEBUG] 18:16:19.626 text.go:Render:80 → rendering template:  {{ .Path }}
[TRACE] 18:16:19.626 terminal.go:Flags() - 41ns
[DEBUG] 18:16:19.626 text.go:Render:80 → rendering template: ╭─
[TRACE] 18:16:19.626 terminal.go:Flags() - 84ns
[DEBUG] 18:16:19.626 text.go:Render:80 → rendering template:   {{ .CurrentDate | date .Format }} |
[TRACE] 18:16:19.626 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.627 terminal.go:TemplateCache() - 84ns
[TRACE] 18:16:19.627 terminal.go:TemplateCache() - 83ns
[DEBUG] 18:16:19.627 text.go:Render:80 → rendering template: plain
[TRACE] 18:16:19.627 terminal.go:Flags() - 42ns
[DEBUG] 18:16:19.627 text.go:Render:80 → rendering template: plain
[TRACE] 18:16:19.627 terminal.go:Flags() - 0s
[DEBUG] 18:16:19.627 text.go:Render:80 → rendering template: plain
[TRACE] 18:16:19.627 terminal.go:Flags() - 0s
[DEBUG] 18:16:19.627 text.go:Render:80 → rendering template: plain
[TRACE] 18:16:19.627 terminal.go:Flags() - 42ns
[TRACE] 18:16:19.627 terminal.go:Shell() - 0s
[TRACE] 18:16:19.627 terminal.go:Shell() - 42ns
[TRACE] 18:16:19.627 terminal.go:Flags() - 41ns
[DEBUG] 18:16:19.627 status.go:Init:53 → {{ .Code }}
[TRACE] 18:16:19.627 terminal.go:Pwd() - 41ns
[TRACE] 18:16:19.627 terminal.go:GOOS() - 42ns
[DEBUG] 18:16:19.627 segment.go:SetEnabled:115 → segment: Exit
[TRACE] 18:16:19.627 terminal.go:StatusCodes() - 125ns
[DEBUG] 18:16:19.627 text.go:Render:80 → rendering template: {{ .Code }}
[TRACE] 18:16:19.627 terminal.go:Flags() - 41ns
[TRACE] 18:16:19.627 terminal.go:TemplateCache() - 42ns
[DEBUG] 18:16:19.627 status.go:Enabled:42 → always_enabled: true
[TRACE] 18:16:19.627 terminal.go:TemplateCache() - 41ns
[DEBUG] 18:16:19.627 text.go:Render:80 → rendering template: ╰─
[TRACE] 18:16:19.627 terminal.go:Flags() - 0s
[DEBUG] 18:16:19.627 text.go:Render:80 → rendering template: plain
[TRACE] 18:16:19.627 terminal.go:Flags() - 0s
[TRACE] 18:16:19.627 terminal.go:Shell() - 42ns
[TRACE] 18:16:19.627 terminal.go:Shell() - 41ns
[TRACE] 18:16:19.627 terminal.go:Flags() - 0s
[TRACE] 18:16:19.627 terminal.go:Shell() - 41ns
[TRACE] 18:16:19.627 terminal.go:Pwd() - 41ns
[TRACE] 18:16:19.627 terminal_unix.go:IsCygwin() - 0s
[TRACE] 18:16:19.627 terminal.go:Shell() - 0s
[TRACE] 18:16:19.627 terminal.go:Flags() - 0s
[DEBUG] 18:16:19.627 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.627 terminal.go:Getenv(LOCALAPPDATA) - 1.833µs
[DEBUG] 18:16:19.627 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.627 terminal.go:Getenv(OMP_CACHE_DIR) - 1.292µs
[DEBUG] 18:16:19.627 terminal.go:Getenv:164 → NO DATA
[TRACE] 18:16:19.627 terminal.go:Getenv(XDG_CACHE_HOME) - 1.125µs
[TRACE] 18:16:19.627 terminal.go:CachePath() - 16.584µs
[TRACE] 18:16:19.627 terminal.go:Flags() - 42ns

Metadata

Metadata

Labels

🐛 bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions