James Chen-Smith

Results 19 comments of James Chen-Smith
trafficstars

> One thing I'm not sure about is whether it's possible to pass arguments to `nu -c `[...]. If there is a way to pass arguments, then we can look...

Issue appears to be WezTerm is spawning bash as a login shell. So, when I log into a tty then open WezTerm, it's sourcing the bash configuration files twice. Or...

> I found out what the job is in my case: > > `wezterm set-working-directory 2> /dev/null` > [...] > Aw jeez. > > [The culprit is `__wezterm_osc_7` in the...

@chipbuster, I had posted [here](https://github.com/wez/wezterm/issues/1178#issuecomment-927530276) (quite a while ago :sweat_smile: It's all coming back) that I resolved it by not using a login shell. Was my find in any way...

> How did you install WezTerm? I pulled down the latest Debian package from the WezTerm install docs, and installed with `apt`. > When tracing my execution, I found a...

@chipbuster, I replaced the `wezterm` command in `__wezterm_osc7` as you noted. I tried `wezterm --version && return 0`. This also causes a job to be outputted by `starship`. I then...

It's a little late, so this is my last post for tonight. I copied the starship init code to my `~/.bashrc` so that I could debug a bit further. By...

> I think this was fixed by https://github.com/starship/starship/pull/5253, though I haven't tested it with Wezterm. [...] I think you're right! Below is a test on my M1 Macbook. bash &...

I just ran into this on [this page](https://terminal.click/posts/2025/04/the-wizard-and-his-shell/). I'm not even sure what the best approach would be, though, because there could be multiple `source` tags in `audio`, `video`, and...