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