Set wezterm options
This commit is contained in:
parent
abab350b3f
commit
846ceeca02
2 changed files with 2 additions and 2 deletions
2
.bashrc
2
.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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue