summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 1431785..50d79c5 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -104,13 +104,13 @@ preprint()
do
hbar=${hbar}$_t_q
done
- hbar=${hbar}$_T[ae]
+ hbar=${hbar}$_T
if [ "$1" != "" ]
then
- print -Pn "${C_}$my_color;1${_C}${hbar}$_t_u${C_}0;$my_color${_C} $1 ${C_}0;$my_color;1${_C}$_t_t$_t_q\r${C_}0${_C}"
+ print -Pn "${C_}$my_color;1${_C}${hbar}$T_$_t_u$_T${C_}0;$my_color${_C} $1 ${C_}0;$my_color;1${_C}$T_$_t_t$_t_q$_T\r${C_}0${_C}"
else
- print -Pn "${C_}$my_color;1${_C}${hbar}$_t_q$_t_q$_t_q$_t_q$_t_q${C_}0${_C}"
+ print -Pn "${C_}$my_color;1${_C}${hbar}$T_$_t_q$_t_q$_t_q$_t_q$_t_q$_T${C_}0${_C}"
fi
}