1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 05:05:28 +00:00

Remove useless fancyTerm, dust and repo_char functions

Removed functions, some prompts; rewrite prompts not to use fancyTerm
This commit is contained in:
2021-10-27 16:05:28 +02:00
parent 4bc0575d66
commit 360ae5fa01
9 changed files with 0 additions and 105 deletions

View File

@ -1 +0,0 @@
hdu -s *

Binary file not shown.

View File

@ -1,11 +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