Mercurial > dotfiles
changeset 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 | 852565046ed0 |
children | |
files | .shell.d/99.prompt.zsh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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