commit bcd4adbac78654c4f44138f860e197a63a58287e parent a0c24bf296629a58ddd9b3bf88801451ead5ed82 Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Tue, 8 Nov 2016 18:58:25 +0100 (m) Make sure "rule" is not exported Diffstat:
| M | .bashprompt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bashprompt b/.bashprompt @@ -135,7 +135,7 @@ __set-prompt () __draw-rule () { - rule='' + local rule='' for ((i=0; i<COLUMNS; i++)) do rule+=β