diff options
Diffstat (limited to '11_Prompts.zsh')
-rw-r--r-- | 11_Prompts.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/11_Prompts.zsh b/11_Prompts.zsh index d2ca839..416118c 100644 --- a/11_Prompts.zsh +++ b/11_Prompts.zsh @@ -93,9 +93,7 @@ precmd () DATE="%D{%H:%M:%S %d/%m/%Y}" datesize=`print -Pn $DATE` - echo $datesize datesize=${#datesize} - echo $datesize ERROR=%(? "$C_$COLOR_BAR$_C----" "%4>>"$C_$COLOR_ERRR$_C"%?$C_$COLOR_BAR$_C"---"%>>") errorsize=4 |