diff options
| -rw-r--r-- | .bashprompt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.bashprompt b/.bashprompt index 062dd26..9728a3a 100644 --- a/.bashprompt +++ b/.bashprompt @@ -78,12 +78,11 @@ __fontify () codes[white]='37' codes[bold]='1' codes[dim]='2' - codes[clear]='0' local text=$1 shift - output=$(__start-nonprinting) + local output=$(__start-nonprinting) output+='\E[' for ((i=1; i<=$#; i++)) |
