diff options
| -rw-r--r-- | .bash_prompt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_prompt b/.bash_prompt index bf7a7b1..a922033 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -86,6 +86,7 @@ __fontify () echo -en '\E[' + local i for ((i=1; i<=$#; i++)) do echo -en ${codes[${!i}]} @@ -140,7 +141,7 @@ __signal-no-newline () __draw-rule () { - local line + local i line for ((i=$(__current-column); i<COLUMNS; i++)) do |
