Set wezterm options

This commit is contained in:
Sonny Bakker 2024-08-30 12:59:12 +02:00
parent abab350b3f
commit 846ceeca02
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ shopt -s checkwinsize
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color|*-256color|alacritty) color_prompt=yes;;
xterm-color|*-256color|alacritty|wezterm) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned

View file

@ -1,7 +1,7 @@
# use vim copy/paste keybindings
setw -g mode-keys vi
set -ga terminal-overrides ",alacritty:Tc"
set -ga terminal-overrides ",wezterm:Tc"
set -g default-shell /bin/bash
# see https://github.com/neovim/neovim/issues/2035