# HG changeset patch
# User Augie Fackler <raf@durin42.com>
# Date 1736179848 18000
# Node ID e69d3e15b1b74956f3f733b217a98d70d0c556d6
# Parent  852565046ed033a2ddf17d6c850b0ef9eb366647
prompt: xterm-ghostty is good too

diff --git a/.shell.d/99.prompt.zsh b/.shell.d/99.prompt.zsh
--- 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