Wez Furlong

Results 893 comments of Wez Furlong

I'm open to it; it needs a bit of thought: the color schemes that ship with wezterm come from https://github.com/mbadolato/iTerm2-Color-Schemes which doesn't have a concept of tab bar colors. We'd...

Reusing selection colors feels a bit wonky; we already use those for the selection colors :) One thing I'd considered was automatically computing tab bar colors from the palette; for...

It turns out that this worked all along. A couple of color schemes that are now bundled with wezterm (eg: https://github.com/EdenEast/nightfox.nvim/blob/main/extra/nightfox/nightfox_wezterm.toml and https://github.com/catppuccin/wezterm/blob/main/dist/catppuccin-mocha.toml) ship with tab bar colors defined.

starship and powerline and utilities in that category customize your shell to show contextual or system information (and don't really care much about the terminal really) but this issue more...

@dfrankland it's working for me using https://wezfurlong.org/wezterm/shell-integration.html#osc-7-escape-sequence-to-set-the-working-directory (and some more elaborate variations of this). I'd suggest running `RUST_LOG=trace /path/to/wezterm` and then changing the directory in your fish shell a couple...

@dfrankland thanks for that; I've opened a PR to have fish detect wezterm so that this should be more automatic in a future release of fish!

@dfrankland BTW, we've since grown https://github.com/wez/wezterm/blob/master/assets/shell-integration/wezterm.sh with deeper integration for bash and zsh. In addition to OSC 7 there are some OSC 133 sequences that can be used to semantically...

> So how do I integrate https://github.com/wez/wezterm/blob/main/assets/shell-integration/wezterm.sh with wezterm? The Fedora and Debian packages install that file to `/etc/profile.d` which should cause bash/zsh to source it on startup. If you're...

> > If you're not using those packages/systems, you can manually source that file from your shell startup files (eg: .bashrc) > > I'm on Arch linux, I only wish...

@rodolf0 if you source that wezterm.sh file then you will have working semantic prompts as mentioned at the top of https://wezfurlong.org/wezterm/shell-integration.html#shell-integration