Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
526:852565046ed0 | 527:e69d3e15b1b7 |
---|---|
59 fi | 59 fi |
60 | 60 |
61 | 61 |
62 export FANCYTYPE="NO" | 62 export FANCYTYPE="NO" |
63 | 63 |
64 for ok in rxvt rxvt-unicode xterm xterm-256color xterm-color screen ; do | 64 for ok in rxvt rxvt-unicode xterm xterm-256color xterm-color screen xterm-ghostty ; do |
65 if [ "$TERM" = "$ok" ] ; then | 65 if [ "$TERM" = "$ok" ] ; then |
66 export FANCYTYPE="YES" | 66 export FANCYTYPE="YES" |
67 fi | 67 fi |
68 done | 68 done |
69 | 69 |