diff --git a/.bashrc b/.bashrc index 1f3049d..d66c9fd 100644 --- a/.bashrc +++ b/.bashrc @@ -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 diff --git a/.tmux.conf b/.tmux.conf index ca1bb57..9390fcc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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