Skip to content

OMP config not applying with no error. #6999

@ArkieSoft

Description

@ArkieSoft

Code of Conduct

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

What happened?

So, I upgraded from 24.11.4 to 26.23.6. Ever since, it doesn't load my config and provides no error to speak of. I rechecked my .bashrc command to show a correct command and path to config file.
eval "$(oh-my-posh init bash --config /etc/nixos/assets/M365Princess.omp.json)"

I even ran oh-my-posh init bash --config /etc/nixos/assets/M365Princess.omp.json with no response other than

export POSH_SESSION_ID="02f881f2-84aa-4949-8707-26b30de8cc1a";source $'/home/arkannon/.cache/oh-my-posh/init.6709406588236150689.sh'

I deleted ~/.cache/oh-my-posh in case there was a collision in cache objects since I recently upgraded my OS. No change.

So to test in case there was syntax change in the config, I ran oh-my-posh print preview and oh-my-post print preview --config /etc/nixos/assets/M365Princess.omp.json. The first one showed the elements of the default prompt, while the second one showed correct elements for the default prompt.

Any guidance? Am I missing something obvious?

Theme

{
  "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
  "palette": {
    "blush": "#DA627D",
    "plum": "#9A348E",
    "salmon": "#FCA17D",
    "sky": "#86BBD8",
    "tan": "#CC3802",
    "teal": "#047E84",
    "teal_blue": "#33658A",
    "white": "#FFFFFF"
  },
  "blocks": [
    {
      "type": "rprompt",
      "alignment": "left",
      "segments": [
        {
          "properties": {
            "cache_duration": "none"
          },
          "leading_diamond": "\ue0b6",
          "template": "{{ if .Env.PNPPSHOST }} \uf8c5 {{ .Env.PNPPSHOST }} {{ end }}",
          "foreground": "p:white",
          "background": "p:tan",
          "type": "text",
          "style": "diamond"
        },
        {
          "properties": {
            "cache_duration": "none"
          },
          "template": "{{ if .Env.PNPPSSITE }} \uf2dd {{ .Env.PNPPSSITE }}{{ end }}",
          "foreground": "p:white",
          "powerline_symbol": "\ue0b0",
          "background": "p:teal",
          "type": "text",
          "style": "powerline"
        },
        {
          "properties": {
            "cache_duration": "none"
          },
          "trailing_diamond": "\ue0b4",
          "template": "{{ if .Env.PNPPSSITE }} {{ end }}",
          "foreground": "p:white",
          "background": "p:teal",
          "type": "text",
          "style": "diamond"
        }
      ]
    },
    {
      "type": "prompt",
      "alignment": "left",
      "segments": [
        {
          "properties": {
            "cache_duration": "none"
          },
          "leading_diamond": "\ue0b6",
          "template": "{{ .UserName }} ",
          "foreground": "p:white",
          "background": "p:plum",
          "type": "session",
          "style": "diamond"
        },
        {
          "properties": {
            "cache_duration": "none",
            "home_icon": "\uf4ee",
            "mapped_locations": {
              "/etc/nixos/": "\uf313"
            },
            "style": "folder"
          },
          "template": " {{ .Path }} ",
          "foreground": "p:white",
          "powerline_symbol": "\ue0b0",
          "background": "p:blush",
          "type": "path",
          "style": "powerline"
        },
        {
          "properties": {
            "branch_icon": "",
            "cache_duration": "none",
            "fetch_stash_count": true,
            "fetch_status": false,
            "fetch_upstream_icon": true
          },
          "template": " ➜ ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ",
          "foreground": "p:white",
          "powerline_symbol": "\ue0b0",
          "background": "p:salmon",
          "type": "git",
          "style": "powerline"
        },
        {
          "properties": {
            "cache_duration": "none"
          },
          "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
          "foreground": "p:white",
          "powerline_symbol": "\ue0b0",
          "background": "p:sky",
          "type": "node",
          "style": "powerline"
        },
        {
          "properties": {
            "cache_duration": "none",
            "time_format": "15:04"
          },
          "trailing_diamond": "\ue0b0",
          "template": " 🌸 {{ .CurrentDate | date .Format }} ",
          "foreground": "p:white",
          "background": "p:teal_blue",
          "type": "time",
          "style": "diamond"
        }
      ]
    }
  ],
  "version": 3,
  "final_space": true
}

What OS are you seeing the problem on?

No response

Which shell are you using?

No response

Log output

Version: 26.23.6

Shell: shell (5.3.3(1)-release)

Prompt:

 arkannon   .cache                                                                                 in shell at 01:16:12

Segments:

ConsoleTitle(true)                        -   0 ms
Session(true)                             -   1 ms
Path(true)                                -   0 ms
Git(false)                                -   0 ms
Root(false)                               -   0 ms
Status(true)                              -   0 ms
Node(false)                               -   1 ms
Go(false)                                 -   1 ms
Python(false)                             -   1 ms
Shell(true)                               -   0 ms
Time(true)                                -   0 ms

Run duration: 6.518435ms

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

Config path: no --config set, using default built-in configuration

Logs:

[DEBUG] 01:16:12.099 debug.go:39 → logging enabled, raw mode: true
[DEBUG] 01:16:12.099 store.go:]:135 → (session) key not found: prompt_count_cache
[TRACE] 01:16:12.099 store.go:](session prompt_count_cache) - 17.233µs
[TRACE] 01:16:12.099 terminal.go:setPromptCount() - 24.175µs
[TRACE] 01:16:12.099 terminal.go:GOOS() - 30ns
[DEBUG] 01:16:12.099 terminal.go:setPwd:102 → /home/arkannon/.cache
[TRACE] 01:16:12.099 terminal.go:setPwd() - 43.101µs
[TRACE] 01:16:12.099 terminal.go:Init() - 73.83µs
[TRACE] 01:16:12.099 init.go:SessionID() - 310ns
[DEBUG] 01:16:12.099 home.go:12 → /home/arkannon
[TRACE] 01:16:12.099 path.go:Path() - 50.134µs
[DEBUG] 01:16:12.099 store.go:init:92 → (session) loading template_cache
[DEBUG] 01:16:12.099 store.go:init:92 → (session) loading prompt_count_cache
[TRACE] 01:16:12.099 store.go:init(session bash.37bd9839-bd36-4231-84c7-a190a7696717.omp.cache) - 220.776µs
[TRACE] 01:16:12.099 path.go:Path() - 60ns
[DEBUG] 01:16:12.099 store.go:init:92 → (device) loading INITVERSIONBASH
[DEBUG] 01:16:12.099 store.go:init:92 → (device) loading DSC_CONFIGURATION
[DEBUG] 01:16:12.099 store.go:init:92 → (device) loading environment_platform
[DEBUG] 01:16:12.099 store.go:init:92 → (device) loading DSC_SHELL
[DEBUG] 01:16:12.099 store.go:init:92 → (device) loading is_wsl
[TRACE] 01:16:12.099 store.go:init(device omp.cache) - 233.761µs
[DEBUG] 01:16:12.099 store.go:]:135 → (device) key not found: reload
[TRACE] 01:16:12.099 store.go:](device reload) - 5.891µs
[DEBUG] 01:16:12.099 store.go:]:135 → (session) key not found: CONFIG
[TRACE] 01:16:12.099 store.go:](session CONFIG) - 20.979µs
[DEBUG] 01:16:12.099 gob.go:Get:37 → no cached config found
[TRACE] 01:16:12.099 load.go:Load() - 14.708µs
[TRACE] 01:16:12.099 gob.go:Get() - 52.499µs
[TRACE] 01:16:12.099 terminal.go:Shell() - 201ns
[TRACE] 01:16:12.099 terminal.go:Flags() - 40ns
[DEBUG] 01:16:12.100 store.go:]:148 → (session) found entry: template_cache - {map[Path:0xc000068540 Session:0xc0002ef6e0 Status:0xc0002908c0] map[] ~/.cache .cache  arkannon arkannon 5.3.3(1)-release bash /home/arkannon/.cache nixos 26.23.6 12 2 0 0 false false}
[TRACE] 01:16:12.100 store.go:](session template_cache) - 26.841µs
[TRACE] 01:16:12.100 cache.go:restoreCache() - 31.018µs
[DEBUG] 01:16:12.100 writer.go:Init:107 → terminal program: Unknown
[DEBUG] 01:16:12.100 writer.go:Init:108 → terminal shell: shell
[DEBUG] 01:16:12.100 terminal.go:Getenv:64 → NO DATA
[TRACE] 01:16:12.100 terminal.go:Getenv(OMP_CACHE_DISABLED) - 3.727µs
[DEBUG] 01:16:12.100 store.go:]:135 → (device) key not found: accent_color
[TRACE] 01:16:12.100 store.go:](device accent_color) - 5.28µs
[TRACE] 01:16:12.100 colors.go:SetAccentColor() - 8.576µs
[TRACE] 01:16:12.100 terminal.go:Shell() - 70ns
[DEBUG] 01:16:12.100 terminal.go:Getenv:64 → 5.3.3(1)-release
[TRACE] 01:16:12.100 terminal.go:Getenv(POSH_SHELL_VERSION) - 7.674µs
[DEBUG] 01:16:12.100 debug.go:PrintDebug:24 → segment: Title
[DEBUG] 01:16:12.100 text.go:patchTemplate:149 → {{ .Shell }} in {{ .Folder }}
[TRACE] 01:16:12.100 terminal.go:Flags() - 40ns
[DEBUG] 01:16:12.100 terminal.go:Getenv:64 → NO DATA
[TRACE] 01:16:12.100 terminal.go:Getenv(POSH_CURSOR_LINE) - 2.485µs
[DEBUG] 01:16:12.100 terminal.go:Getenv:64 → NO DATA
[TRACE] 01:16:12.100 terminal.go:Getenv(POSH_CURSOR_COLUMN) - 1.563µs
[TRACE] 01:16:12.100 terminal.go:Flags() - 20ns
[TRACE] 01:16:12.100 terminal.go:Flags() - 40ns
[TRACE] 01:16:12.100 terminal.go:Flags() - 130ns
[DEBUG] 01:16:12.100 home.go:12 → /home/arkannon
[TRACE] 01:16:12.100 terminal.go:GOOS() - 150ns
[DEBUG] 01:16:12.100 segment.go:Execute:108 → segment: Status
[DEBUG] 01:16:12.100 store.go:]:135 → (session) key not found: toggle_cache
[TRACE] 01:16:12.100 store.go:](session toggle_cache) - 3.326µs
[DEBUG] 01:16:12.100 segment.go:isToggled:229 → no toggles found
[TRACE] 01:16:12.100 terminal.go:Flags() - 210ns
[TRACE] 01:16:12.100 terminal.go:StatusCodes() - 70ns
[DEBUG] 01:16:12.100 properties.go:GetString:46 → status_template: {{ .Code }}
[DEBUG] 01:16:12.100 home.go:12 → /home/arkannon
[TRACE] 01:16:12.100 terminal.go:GOOS() - 90ns
[DEBUG] 01:16:12.100 segment.go:Execute:108 → segment: Path
[DEBUG] 01:16:12.100 store.go:]:135 → (session) key not found: toggle_cache
[TRACE] 01:16:12.100 store.go:](session toggle_cache) - 7.685µs
[TRACE] 01:16:12.100 terminal.go:Flags() - 260ns
[DEBUG] 01:16:12.100 segment.go:isToggled:229 → no toggles found
[DEBUG] 01:16:12.100 properties.go:GetBool:40 → display_cygpath: false
[DEBUG] 01:16:12.100 text.go:patchTemplate:149 → {{ .Code }}
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 separator.go:Separator() - 50ns
[TRACE] 01:16:12.100 terminal.go:Shell() - 60ns
[DEBUG] 01:16:12.100 properties.go:GetBool:40 → always_enabled: true
[TRACE] 01:16:12.100 terminal.go:Shell() - 70ns
[TRACE] 01:16:12.100 terminal.go:Flags() - 140ns
[DEBUG] 01:16:12.100 home.go:12 → /home/arkannon
[DEBUG] 01:16:12.100 home.go:12 → /home/arkannon
[TRACE] 01:16:12.100 terminal.go:GOOS() - 80ns
[DEBUG] 01:16:12.100 segment.go:Execute:108 → segment: Git
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 40ns
[DEBUG] 01:16:12.100 store.go:]:135 → (session) key not found: toggle_cache
[DEBUG] 01:16:12.100 properties.go:GetBool:40 → mapped_locations_enabled: true
[DEBUG] 01:16:12.100 store.go:]:135 → (session) key not found: toggle_cache
[TRACE] 01:16:12.100 store.go:](session toggle_cache) - 3.376µs
[DEBUG] 01:16:12.100 properties.go:GetString:46 → windows_registry_icon: 
[DEBUG] 01:16:12.100 segment.go:isToggled:229 → no toggles found
[DEBUG] 01:16:12.100 terminal.go:Getenv:64 → NO DATA
[TRACE] 01:16:12.100 terminal.go:Getenv(SSH_CONNECTION) - 2.745µs
[DEBUG] 01:16:12.100 properties.go:GetString:46 → windows_registry_icon: 
[DEBUG] 01:16:12.100 terminal.go:Getenv:64 → NO DATA
[TRACE] 01:16:12.100 terminal.go:Getenv(SSH_CLIENT) - 1.383µs
[DEBUG] 01:16:12.100 home.go:12 → /home/arkannon
[DEBUG] 01:16:12.100 store.go:]:148 → (device) found entry: environment_platform - nixos
[TRACE] 01:16:12.100 store.go:](device environment_platform) - 3.597µs
[DEBUG] 01:16:12.100 terminal.go:ResolveSymlink:195 → /home/arkannon/.cache
[DEBUG] 01:16:12.100 home.go:12 → /home/arkannon
[TRACE] 01:16:12.100 terminal.go:GOOS() - 80ns
[TRACE] 01:16:12.100 terminal.go:ResolveSymlink(/home/arkannon/.cache) - 19.938µs
[DEBUG] 01:16:12.100 segment.go:Execute:108 → segment: Root
[DEBUG] 01:16:12.100 store.go:]:135 → (session) key not found: toggle_cache
[TRACE] 01:16:12.100 store.go:](session toggle_cache) - 8.076µs
[DEBUG] 01:16:12.100 segment.go:isToggled:229 → no toggles found
[ERROR] 01:16:12.100 terminal.go:HasParentFilePath:464 → stat .git: no such file or directory
[TRACE] 01:16:12.100 terminal_unix.go:Root() - 651ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 150ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 90ns
[DEBUG] 01:16:12.100 properties.go:GetString:46 → home_icon: ~
[DEBUG] 01:16:12.100 properties.go:GetKeyValueMap:64 → mapped_locations: map[]
[TRACE] 01:16:12.100 separator.go:Separator() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 40ns
[TRACE] 01:16:12.100 separator.go:Separator() - 50ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[DEBUG] 01:16:12.100 properties.go:GetString:46 → gitdir_format: 
[DEBUG] 01:16:12.100 properties.go:GetString:46 → style: folder
[DEBUG] 01:16:12.100 properties.go:GetStringArray:70 → cycle: []
[DEBUG] 01:16:12.100 properties.go:GetString:46 → folder_separator_template: 
[DEBUG] 01:16:12.100 properties.go:GetString:46 → folder_separator_icon: /
[DEBUG] 01:16:12.100 properties.go:GetBool:40 → cycle_folder_separator: false
[DEBUG] 01:16:12.100 properties.go:GetString:46 → folder_format: %s
[DEBUG] 01:16:12.100 properties.go:GetString:46 → edge_format: %s
[DEBUG] 01:16:12.100 properties.go:GetString:46 → left_format: %s
[DEBUG] 01:16:12.100 properties.go:GetString:46 → right_format: %s
[TRACE] 01:16:12.100 terminal.go:Flags() - 30ns
[TRACE] 01:16:12.100 terminal.go:GOOS() - 30ns
[TRACE] 01:16:12.100 terminal.go:StackCount() - 51ns
[TRACE] 01:16:12.100 terminal_unix.go:DirIsWritable(/home/arkannon/.cache) - 5.15µs
[DEBUG] 01:16:12.102 terminal.go:RunCommand:280 → NO DATA
[TRACE] 01:16:12.102 terminal.go:RunCommand(who am i) - 1.784176ms
[DEBUG] 01:16:12.102 text.go:patchTemplate:149 →  {{ if .Data.SSHSession }} {{ end }}{{ .UserName }} 
[DEBUG] 01:16:12.102 text.go:patchTemplate:149 →   {{ path .Data.Path .Data.Location }} 
[DEBUG] 01:16:12.102 text.go:patchTemplate:149 →  {{ if gt .Code 0 }}{{ else }}{{ end }} 
[DEBUG] 01:16:12.102 text.go:patchTemplate:149 → {{ if gt .Code 0 }}p:red{{ end }}
[DEBUG] 01:16:12.102 text.go:patchTemplate:149 → {{ if gt .Code 0 }}p:red{{ end }}
[TRACE] 01:16:12.102 terminal.go:Shell() - 140ns
[TRACE] 01:16:12.102 terminal.go:Shell() - 40ns
[TRACE] 01:16:12.102 terminal.go:Flags() - 100ns
[DEBUG] 01:16:12.102 home.go:12 → /home/arkannon
[TRACE] 01:16:12.102 terminal.go:Flags() - 200ns
[TRACE] 01:16:12.102 terminal.go:GOOS() - 141ns
[DEBUG] 01:16:12.102 home.go:12 → /home/arkannon
[DEBUG] 01:16:12.102 home.go:12 → /home/arkannon
[TRACE] 01:16:12.102 terminal.go:GOOS() - 130ns
[TRACE] 01:16:12.102 store.go:](session toggle_cache) - 6.492µs
[DEBUG] 01:16:12.102 segment.go:Execute:108 → segment: Go
[DEBUG] 01:16:12.102 segment.go:isToggled:229 → no toggles found
[DEBUG] 01:16:12.102 store.go:]:135 → (session) key not found: toggle_cache
[TRACE] 01:16:12.102 terminal.go:GOOS() - 60ns
[TRACE] 01:16:12.102 store.go:](session toggle_cache) - 4.669µs
[DEBUG] 01:16:12.102 segment.go:Execute:108 → segment: Time
[DEBUG] 01:16:12.102 segment.go:isToggled:229 → no toggles found
[TRACE] 01:16:12.102 terminal.go:GOOS() - 90ns
[DEBUG] 01:16:12.102 store.go:]:135 → (session) key not found: toggle_cache
[DEBUG] 01:16:12.102 segment.go:Execute:108 → segment: Python
[DEBUG] 01:16:12.102 store.go:]:135 → (session) key not found: toggle_cache
[TRACE] 01:16:12.102 store.go:](session toggle_cache) - 4.488µs
[DEBUG] 01:16:12.102 segment.go:isToggled:229 → no toggles found
[DEBUG] 01:16:12.102 properties.go:GetStringArray:70 → extensions: [*.go go.mod go.sum go.work go.work.sum]
[DEBUG] 01:16:12.102 properties.go:GetStringArray:70 → folders: []
[DEBUG] 01:16:12.102 properties.go:GetBool:40 → home_enabled: false
[DEBUG] 01:16:12.102 properties.go:GetStringArray:70 → extensions: [*.js *.ts package.json .nvmrc pnpm-workspace.yaml .pnpmfile.cjs .vue]
[DEBUG] 01:16:12.102 home.go:12 → /home/arkannon
[DEBUG] 01:16:12.102 properties.go:GetStringArray:70 → folders: []
[DEBUG] 01:16:12.102 properties.go:GetString:46 → display_mode: files
[TRACE] 01:16:12.102 store.go:](session toggle_cache) - 7.855µs
[DEBUG] 01:16:12.102 properties.go:GetBool:40 → home_enabled: false
[DEBUG] 01:16:12.102 segment.go:isToggled:229 → no toggles found
[DEBUG] 01:16:12.102 home.go:12 → /home/arkannon
[DEBUG] 01:16:12.102 properties.go:GetString:46 → time_format: 15:04:05
[DEBUG] 01:16:12.102 properties.go:GetString:46 → display_mode: files
[DEBUG] 01:16:12.102 properties.go:GetString:46 → display_mode: files
[DEBUG] 01:16:12.102 properties.go:GetBool:40 → fetch_package_manager: false
[DEBUG] 01:16:12.102 properties.go:GetStringArray:70 → extensions: [*.py *.ipynb pyproject.toml venv.bak]
[DEBUG] 01:16:12.102 properties.go:GetStringArray:70 → folders: [.venv venv virtualenv venv-win pyenv-win]
[DEBUG] 01:16:12.102 properties.go:GetBool:40 → home_enabled: false
[DEBUG] 01:16:12.102 home.go:12 → /home/arkannon
[DEBUG] 01:16:12.102 properties.go:GetBool:40 → fetch_virtual_env: false
[TRACE] 01:16:12.102 terminal.go:Flags() - 180ns
[DEBUG] 01:16:12.102 home.go:12 → /home/arkannon
[TRACE] 01:16:12.102 terminal.go:GOOS() - 50ns
[DEBUG] 01:16:12.102 segment.go:Execute:108 → segment: Shell
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[DEBUG] 01:16:12.102 store.go:]:135 → (session) key not found: toggle_cache
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(*.go) - 498.951µs
[TRACE] 01:16:12.103 store.go:](session toggle_cache) - 412.828µs
[DEBUG] 01:16:12.103 segment.go:isToggled:229 → no toggles found
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[DEBUG] 01:16:12.103 properties.go:GetKeyValueMap:64 → mapped_shell_names: map[]
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(go.mod) - 49.303µs
[TRACE] 01:16:12.103 terminal.go:Shell() - 120ns
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:Flags() - 130ns
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(go.sum) - 13.956µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(go.work) - 12.824µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(*.js) - 984.016µs
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(go.work.sum) - 15.59µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(*.py) - 983.986µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(*.ts) - 22.081µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(package.json) - 11.451µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(*.ipynb) - 29.095µs
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(.nvmrc) - 8.556µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(pyproject.toml) - 8.646µs
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(pnpm-workspace.yaml) - 8.667µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(venv.bak) - 8.847µs
[DEBUG] 01:16:12.103 terminal.go:HasFolder:180 → false
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[TRACE] 01:16:12.103 terminal.go:HasFolder(.venv) - 6.993µs
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(.pnpmfile.cjs) - 17.753µs
[DEBUG] 01:16:12.103 terminal.go:HasFolder:180 → false
[TRACE] 01:16:12.103 terminal.go:HasFolder(venv) - 4.649µs
[DEBUG] 01:16:12.103 terminal.go:HasFilesInDir:151 → false
[DEBUG] 01:16:12.103 terminal.go:HasFolder:180 → false
[TRACE] 01:16:12.103 terminal.go:HasFilesInDir(.vue) - 8.956µs
[TRACE] 01:16:12.103 terminal.go:HasFolder(virtualenv) - 3.366µs
[DEBUG] 01:16:12.103 terminal.go:HasFolder:180 → false
[TRACE] 01:16:12.103 terminal.go:HasFolder(venv-win) - 4.729µs
[DEBUG] 01:16:12.103 terminal.go:HasFolder:180 → false
[TRACE] 01:16:12.103 terminal.go:HasFolder(pyenv-win) - 3.366µs
[DEBUG] 01:16:12.103 text.go:patchTemplate:149 → in <p:blue><b>{{ .Data.Name }}</b></> 
[DEBUG] 01:16:12.104 text.go:patchTemplate:149 → at <p:blue><b>{{ .Data.CurrentDate | date "15:04:05" }}</b></>
[TRACE] 01:16:12.104 terminal.go:Shell() - 110ns
[TRACE] 01:16:12.104 terminal.go:Shell() - 30ns
[TRACE] 01:16:12.104 terminal.go:Flags() - 90ns
[TRACE] 01:16:12.104 terminal.go:Shell() - 101ns
[DEBUG] 01:16:12.105 terminal_unix.go:TerminalWidth:83 → terminal width: 127
[TRACE] 01:16:12.105 terminal_unix.go:TerminalWidth() - 1.667515ms
[TRACE] 01:16:12.105 path.go:Path() - 60ns

Metadata

Metadata

Labels

🐛 bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions