1
0
mirror of https://github.com/akelge/zsh synced 2025-08-15 14:28:35 +00:00
This commit is contained in:
Andrea Mistrali
2021-08-09 16:03:13 +02:00
parent 5f524d9757
commit c5825d2137
14 changed files with 8 additions and 74 deletions

View File

@ -1,13 +0,0 @@
fancyterms=('xterm' 'rxvt' 'screen')
for t in $fancyterms; do
if [ "${TERM#${t}}" != "$TERM" ]; then
unset fancyterms
return 0
fi
done
unset fancyterms
return 1
# vim: set ts=4 sw=4 tw=0 ft=zsh :