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

Printing \U+2060 on 23.20.3 version #5785

Open
1 task done
tradjincal opened this issue Oct 28, 2024 · 2 comments
Open
1 task done

Printing \U+2060 on 23.20.3 version #5785

tradjincal opened this issue Oct 28, 2024 · 2 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@tradjincal
Copy link

Code of Conduct

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

What happened?

I just updated to 23.20.3 version and now my shell is printing \U+2060just before my prompt.
I have a tcsh shell and I run it from gnome-terminal with Encoding is set to UTF-8 (not sure it will help but just in case)

Theme

{
    "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
    "final_space": true,
    "version": 2,
    "blocks": [
        {
            "type": "prompt",
            "alignment": "left",
            "newline": true,
            "segments" : [
                {
                    "type": "path",
                    "style": "plain",
                    "background": "transparent",
                    "foreground": "blue",
                    "template": " {{ .Path }}",
                    "properties": {
                        "style": "agnoster_short",
                        "max_depth": 3,
                        "hide_root_location": true,
                        "folder_icon": "..."
                    }
                },
                {
                    "type": "git",
                    "style": "plain",
                    "foreground": "magenta",
                    "background": "transparent",
                    "template": " {{ .HEAD }}",
                    "properties": {
                        "branch_icon": "",
                        "commit_icon": "@ ",
                        "fetch_status": false
                    }
                }
            ]
        },
        {
            "type": "rprompt",
            "overflow": "hidden",
            "segments": [
                {
                    "type": "executiontime",
                    "style": "plain",
                    "foreground": "yellow",
                    "background": "transparent",
                    "template": "{{ .FormattedMs }}",
                    "properties": {
                        "threshold": 5000
                    }
                }
            ]
        },
        {
            "type": "prompt",
            "alignment": "left",
            "newline": true,
            "segments": [
                {
                    "type": "text",
                    "style": "plain",
                    "foreground_templates": [
                        "{{if gt .Code 0}}red{{end}}",
                        "{{if eq .Code 0}}magenta{{end}}"
                    ],
                    "background": "transparent",
                    "template": ""
                }
            ]
        }
    ],
    "transient_prompt": {
        "foreground_templates": [
            "{{if gt .Code 0}}red{{end}}",
            "{{if eq .Code 0}}magenta{{end}}"
        ],
        "background": "transparent",
        "template": ""
    },

    "secondary_prompt": {
        "foreground": "magenta",
        "background": "transparent",
        "template": "❯❯ "

    }
}

What OS are you seeing the problem on?

Linux

Which shell are you using?

tcsh

Log output

Version: 23.20.3

Shell: tcsh (6.18.01)

Prompt:


 ~
❯ 

Segments:

ConsoleTitle(false)                       -   0 ms
Path(true)                                -   0 ms
Text(true)                                -   0 ms

Run duration: 55.712901ms

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

Config path: /home/pchevallay/.config/ohmyposh/theme.json

Logs:

[DEBUG] 07:18:08.396 debug.go:49 → debug mode enabled
[DEBUG] 07:18:08.396 debug.go:49 → plain mode enabled
[DEBUG] 07:18:08.397 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.397 terminal.go:Getenv(LOCALAPPDATA) - 20.826µs
[DEBUG] 07:18:08.397 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.397 terminal.go:Getenv(OMP_CACHE_DIR) - 3.923µs
[DEBUG] 07:18:08.397 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.397 terminal.go:Getenv(XDG_CACHE_HOME) - 6.012µs
[TRACE] 07:18:08.397 terminal.go:CachePath() - 937.873µs
[DEBUG] 07:18:08.397 terminal.go:70 → loading cache file: /home/pchevallay/.cache/oh-my-posh/omp.cache
[DEBUG] 07:18:08.399 terminal.go:70 → loading cache key: upgrade_check
[DEBUG] 07:18:08.399 terminal.go:70 → loading cache key: environment_platform
[DEBUG] 07:18:08.399 terminal.go:70 → loading cache key: is_wsl
[TRACE] 07:18:08.399 terminal.go(/home/pchevallay/.cache/oh-my-posh/omp.cache) - 1.165069ms
[DEBUG] 07:18:08.399 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.399 terminal.go:Getenv(LOCALAPPDATA) - 4.531µs
[DEBUG] 07:18:08.399 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.399 terminal.go:Getenv(OMP_CACHE_DIR) - 3.388µs
[DEBUG] 07:18:08.399 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.399 terminal.go:Getenv(XDG_CACHE_HOME) - 3.023µs
[TRACE] 07:18:08.399 terminal.go:CachePath() - 39.573µs
[DEBUG] 07:18:08.399 terminal.go:70 → loading cache file: /home/pchevallay/.cache/oh-my-posh/omp.cache.f8729c1e-1760-444d-b5cd-f6fa666ea852
[DEBUG] 07:18:08.399 terminal.go:70 → loading cache key: template_cache
[DEBUG] 07:18:08.399 terminal.go:70 → loading cache key: prompt_count_cache
[TRACE] 07:18:08.399 terminal.go(/home/pchevallay/.cache/oh-my-posh/omp.cache.f8729c1e-1760-444d-b5cd-f6fa666ea852) - 639.491µs
[TRACE] 07:18:08.399 terminal.go:setPromptCount() - 806ns
[DEBUG] 07:18:08.399 terminal.go:Getenv:164 → /home/pchevallay/.config/ohmyposh/theme.json
[TRACE] 07:18:08.399 terminal.go:Getenv(POSH_THEME) - 5.402µs
[DEBUG] 07:18:08.399 terminal.go:ResolveConfigPath:96 → config set using POSH_THEME: /home/pchevallay/.config/ohmyposh/theme.json
[TRACE] 07:18:08.399 terminal.go:ResolveConfigPath() - 25.581µs
[TRACE] 07:18:08.399 terminal.go:Init() - 2.994274ms
[TRACE] 07:18:08.399 terminal.go:Flags() - 114ns
[TRACE] 07:18:08.401 load.go:loadConfig() - 1.94286ms
[TRACE] 07:18:08.401 terminal.go:Flags() - 74ns
[DEBUG] 07:18:08.401 debug.go:57 → terminal program: Unknown
[DEBUG] 07:18:08.401 debug.go:57 → terminal shell: shell
[DEBUG] 07:18:08.401 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.401 terminal.go:Getenv(OMP_CACHE_DISABLED) - 6.478µs
[TRACE] 07:18:08.403 colors.go:SetAccentColor() - 3.449µs
[TRACE] 07:18:08.403 terminal.go:Shell() - 461ns
[DEBUG] 07:18:08.403 terminal.go:Getenv:164 → 6.18.01
[TRACE] 07:18:08.403 terminal.go:Getenv(POSH_SHELL_VERSION) - 13.425µs
[DEBUG] 07:18:08.403 debug.go:PrintDebug:23 → segment: Title
[DEBUG] 07:18:08.403 text.go:Render:80 → rendering template: 
[TRACE] 07:18:08.403 terminal.go:Flags() - 105ns
[TRACE] 07:18:08.403 terminal.go:Shell() - 100ns
[DEBUG] 07:18:08.403 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.403 terminal.go:Getenv(POSH_CURSOR_LINE) - 4.427µs
[DEBUG] 07:18:08.403 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.403 terminal.go:Getenv(POSH_CURSOR_COLUMN) - 3.004µs
[TRACE] 07:18:08.403 terminal.go:Flags() - 40ns
[TRACE] 07:18:08.403 terminal.go:Flags() - 40ns
[TRACE] 07:18:08.403 terminal.go:Flags() - 464ns
[TRACE] 07:18:08.403 terminal.go:GOOS() - 367ns
[TRACE] 07:18:08.403 terminal.go:PathSeparator() - 8.783µs
[TRACE] 07:18:08.403 terminal.go:GOOS() - 40ns
[DEBUG] 07:18:08.403 terminal.go:Pwd:189 → /home/pchevallay
[TRACE] 07:18:08.403 terminal.go:Pwd() - 92.354µs
[TRACE] 07:18:08.403 terminal.go:GOOS() - 42ns
[DEBUG] 07:18:08.403 segment.go:SetEnabled:115 → segment: Git
[TRACE] 07:18:08.403 terminal.go:Flags() - 364ns
[DEBUG] 07:18:08.403 terminal_unix.go:IsWsl:35 → false
[TRACE] 07:18:08.403 terminal_unix.go:IsWsl() - 19.033µs
[TRACE] 07:18:08.403 terminal_unix.go:IsWsl2() - 102.919µs
[TRACE] 07:18:08.403 terminal.go:GOOS() - 62ns
[DEBUG] 07:18:08.403 path.go:149 → display_cygpath: false
[TRACE] 07:18:08.403 terminal.go:GOOS() - 172ns
[TRACE] 07:18:08.403 terminal.go:GOOS() - 43ns
[TRACE] 07:18:08.403 terminal.go:PathSeparator() - 3.438µs
[TRACE] 07:18:08.403 terminal.go:Pwd() - 154ns
[TRACE] 07:18:08.403 terminal.go:Shell() - 115ns
[TRACE] 07:18:08.403 terminal.go:Shell() - 40ns
[TRACE] 07:18:08.403 terminal.go:GOOS() - 38ns
[DEBUG] 07:18:08.403 path.go:setMappedLocations:563 → mapped_locations_enabled: true
[DEBUG] 07:18:08.403 path.go:setMappedLocations:564 → 
[DEBUG] 07:18:08.403 path.go:setMappedLocations:565 → 
[TRACE] 07:18:08.403 terminal.go:GOOS() - 73ns
[TRACE] 07:18:08.403 terminal.go:PathSeparator() - 61.595µs
[TRACE] 07:18:08.403 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.403 terminal.go:GOOS() - 124ns
[TRACE] 07:18:08.403 terminal.go:GOOS() - 39ns
[DEBUG] 07:18:08.403 path.go:setMappedLocations:566 → ~
[DEBUG] 07:18:08.403 path.go:setMappedLocations:571 → mapped_locations: map[]
[TRACE] 07:18:08.403 terminal.go:GOOS() - 50ns
[TRACE] 07:18:08.403 terminal.go:PathSeparator() - 3.823µs
[TRACE] 07:18:08.404 terminal.go:GOOS() - 44ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 46ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 38ns
[TRACE] 07:18:08.404 terminal.go:PathSeparator() - 2.893µs
[TRACE] 07:18:08.404 terminal.go:GOOS() - 43ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 41ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 43ns
[TRACE] 07:18:08.404 terminal.go:Flags() - 96ns
[DEBUG] 07:18:08.404 path.go:colorizePath:740 → cycle: []
[DEBUG] 07:18:08.404 path.go:getFolderSeparator:273 → NO DATA
[DEBUG] 07:18:08.404 path.go:getFolderSeparator:275 → /
[DEBUG] 07:18:08.404 path.go:colorizePath:743 → cycle_folder_separator: false
[DEBUG] 07:18:08.404 path.go:colorizePath:744 → %s
[DEBUG] 07:18:08.404 path.go:colorizePath:746 → %s
[DEBUG] 07:18:08.404 path.go:colorizePath:747 → %s
[DEBUG] 07:18:08.404 path.go:colorizePath:748 → %s
[TRACE] 07:18:08.404 terminal.go:Pwd() - 285ns
[TRACE] 07:18:08.404 terminal_unix.go:Root() - 1.854µs
[TRACE] 07:18:08.404 terminal.go:Shell() - 93ns
[TRACE] 07:18:08.404 terminal.go:StatusCodes() - 86ns
[DEBUG] 07:18:08.404 terminal_unix.go:IsWsl:35 → false
[TRACE] 07:18:08.404 terminal_unix.go:IsWsl() - 5.713µs
[DEBUG] 07:18:08.404 terminal.go:TemplateCache:673 → environment: [LS_COLORS=rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:  POWERLINE_COMMAND=oh-my-posh POSH_THEME=/home/pchevallay/.config/ohmyposh/theme.json POSH_SHELL_VERSION=6.18.01 POSH_SESSION_ID=f8729c1e-1760-444d-b5cd-f6fa666ea852]
[TRACE] 07:18:08.404 terminal.go:Pwd() - 248ns
[DEBUG] 07:18:08.404 terminal_unix.go:IsWsl:35 → false
[TRACE] 07:18:08.404 terminal_unix.go:IsWsl() - 5.161µs
[TRACE] 07:18:08.404 terminal.go:GOOS() - 50ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 42ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 42ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 39ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 42ns
[TRACE] 07:18:08.404 terminal.go:GOOS() - 39ns
[DEBUG] 07:18:08.404 terminal.go:User:330 → pchevallay
[TRACE] 07:18:08.404 terminal.go:User() - 4.178µs
[DEBUG] 07:18:08.404 terminal.go:Host:347 → ussjc-he022
[TRACE] 07:18:08.404 terminal.go:Host() - 7.21µs
[TRACE] 07:18:08.404 terminal.go:GOOS() - 39ns
[DEBUG] 07:18:08.404 terminal_unix.go:Platform:92 → centos
[DEBUG] 07:18:08.404 terminal.go:Getenv:164 → 2
[TRACE] 07:18:08.404 terminal.go:Getenv(SHLVL) - 4.893µs
[TRACE] 07:18:08.404 terminal.go:TemplateCache() - 287.002µs
[TRACE] 07:18:08.404 terminal.go:GOOS() - 40ns
[TRACE] 07:18:08.404 terminal.go:StackCount() - 94ns
[TRACE] 07:18:08.404 terminal_unix.go:DirIsWritable(/home/pchevallay) - 11.332µs
[TRACE] 07:18:08.404 terminal.go:TemplateCache() - 173ns
[DEBUG] 07:18:08.409 terminal.go:CommandPath:394 → /usr/bin/git
[TRACE] 07:18:08.409 terminal.go:CommandPath(git) - 5.790655ms
[TRACE] 07:18:08.409 terminal.go:HasCommand(git) - 5.795961ms
[DEBUG] 07:18:08.409 git.go:shouldDisplay:312 → fetch_bare_info: false
[TRACE] 07:18:08.409 terminal.go:Pwd() - 163ns
[DEBUG] 07:18:08.409 terminal.go:ResolveSymlink:286 → /home/pchevallay
[TRACE] 07:18:08.409 terminal.go:ResolveSymlink(/home/pchevallay) - 23.553µs
[ERROR] 07:18:08.445 terminal.go:HasParentFilePath:558 → stat .git: no such file or directory
[TRACE] 07:18:08.445 terminal.go:HasParentFilePath(.git) - 36.089042ms
[DEBUG] 07:18:08.445 text.go:Render:80 → rendering template:  {{ .Path }}
[TRACE] 07:18:08.445 terminal.go:Flags() - 299ns
[TRACE] 07:18:08.447 terminal.go:TemplateCache() - 905ns
[DEBUG] 07:18:08.447 text.go:Render:80 → rendering template: plain
[TRACE] 07:18:08.447 terminal.go:Flags() - 152ns
[DEBUG] 07:18:08.447 text.go:Render:80 → rendering template: plain
[TRACE] 07:18:08.447 terminal.go:Flags() - 169ns
[TRACE] 07:18:08.447 terminal.go:Shell() - 628ns
[TRACE] 07:18:08.447 terminal.go:Shell() - 107ns
[TRACE] 07:18:08.447 terminal.go:Flags() - 290ns
[TRACE] 07:18:08.447 terminal.go:Pwd() - 437ns
[TRACE] 07:18:08.447 terminal.go:GOOS() - 130ns
[DEBUG] 07:18:08.447 segment.go:SetEnabled:115 → segment: Text
[TRACE] 07:18:08.447 terminal.go:TemplateCache() - 1.534µs
[DEBUG] 07:18:08.447 text.go:Render:80 → rendering template: ❯
[TRACE] 07:18:08.447 terminal.go:Flags() - 267ns
[DEBUG] 07:18:08.447 text.go:Render:80 → rendering template: {{if gt .Code 0}}red{{end}}
[TRACE] 07:18:08.447 terminal.go:Flags() - 119ns
[TRACE] 07:18:08.448 terminal.go:TemplateCache() - 484ns
[DEBUG] 07:18:08.448 text.go:Render:80 → rendering template: {{if eq .Code 0}}magenta{{end}}
[TRACE] 07:18:08.448 terminal.go:Flags() - 156ns
[TRACE] 07:18:08.450 terminal.go:TemplateCache() - 663ns
[DEBUG] 07:18:08.450 text.go:Render:80 → rendering template: plain
[TRACE] 07:18:08.450 terminal.go:Flags() - 180ns
[DEBUG] 07:18:08.450 text.go:Render:80 → rendering template: {{if gt .Code 0}}red{{end}}
[TRACE] 07:18:08.450 terminal.go:Flags() - 109ns
[TRACE] 07:18:08.452 terminal.go:TemplateCache() - 466ns
[DEBUG] 07:18:08.452 text.go:Render:80 → rendering template: {{if eq .Code 0}}magenta{{end}}
[TRACE] 07:18:08.452 terminal.go:Flags() - 140ns
[TRACE] 07:18:08.452 terminal.go:TemplateCache() - 340ns
[TRACE] 07:18:08.452 terminal.go:Shell() - 226ns
[TRACE] 07:18:08.452 terminal.go:Shell() - 46ns
[TRACE] 07:18:08.452 terminal.go:Shell() - 40ns
[DEBUG] 07:18:08.452 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.452 terminal.go:Getenv(LOCALAPPDATA) - 6.199µs
[DEBUG] 07:18:08.452 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.452 terminal.go:Getenv(OMP_CACHE_DIR) - 3.554µs
[DEBUG] 07:18:08.452 terminal.go:Getenv:164 → NO DATA
[TRACE] 07:18:08.452 terminal.go:Getenv(XDG_CACHE_HOME) - 3.237µs
[TRACE] 07:18:08.453 terminal.go:CachePath() - 444.939µs
[TRACE] 07:18:08.453 terminal.go:Flags() - 90ns
\U+2060
@tradjincal tradjincal added the 🐛 bug Something isn't working label Oct 28, 2024
@JanDeDobbeleer
Copy link
Owner

JanDeDobbeleer commented Nov 2, 2024

@tradjincal we do this deliberately. But that should be an invisible character though. TCSH isn't the best shell out there and newlines in the prompt are actually discouraged. That said, gnome-terminal shouldn't print that character. @lewis-yeung I know this a hack, and maybe we can revert that if the side-effects do not outweigh the advantages?

If you want to solve this right now, remove the newline on the first block.

@tradjincal
Copy link
Author

@JanDeDobbeleer thanks for the feedback, I removed the newline on the first block and it does not print \U+2060 anymore and I can live without the newline.

I know about TCSH and I would prefer to use another shell but I don't have the choice unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants