Mercurial > dotfiles
diff .shell.d/99.prompt.zsh @ 527:e69d3e15b1b7 default tip
prompt: xterm-ghostty is good too
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 06 Jan 2025 11:10:48 -0500 |
parents | 7e8603e0a822 |
children |
line wrap: on
line diff
--- a/.shell.d/99.prompt.zsh +++ b/.shell.d/99.prompt.zsh @@ -61,7 +61,7 @@ fi export FANCYTYPE="NO" -for ok in rxvt rxvt-unicode xterm xterm-256color xterm-color screen ; do +for ok in rxvt rxvt-unicode xterm xterm-256color xterm-color screen xterm-ghostty ; do if [ "$TERM" = "$ok" ] ; then export FANCYTYPE="YES" fi