400 reputation
412
bio website t-rex-programming.blogspot.co…
location Poland
age
visits member for 2 years, 1 month
seen Feb 15 at 20:37
stats profile views 17

Aug
23
awarded  Notable Question
Jul
5
awarded  Popular Question
May
2
awarded  Popular Question
Apr
4
awarded  Yearling
Sep
20
awarded  Commentator
Sep
20
comment How to fix my bash prompt with long lines?
@grawity The \[ and \] escapes delimit non-printing characters sequence. Leaving them out probably breaks some terminal behaviour or internal bash parsing rules. gnu.org/s/bash/manual/bash.html#Printing-a-Prompt
Sep
20
comment How to fix my bash prompt with long lines?
It's not about prompt length but the escape sequence parameters list. You could add several of them e.g. to make the text bold, inverted and underlined etc.
Sep
19
awarded  Benefactor
Sep
19
accepted Why does editing javascript in Chrome Developer Tools not work?
Sep
18
comment Why does editing javascript in Chrome Developer Tools not work?
@Capt.Nemo You hit the nail. Put it as the answer so I could award you with the bounty.
Sep
15
comment Why does editing javascript in Chrome Developer Tools not work?
As stated here (redirected from here it is possible.
Sep
15
awarded  Promoter
Sep
13
awarded  Good Answer
Sep
13
awarded  Enlightened
Sep
13
asked Why does editing javascript in Chrome Developer Tools not work?
Sep
12
revised What is /usr/bin/[ and how do I use it?
added 4 characters in body
Sep
12
awarded  Mortarboard
Sep
12
awarded  Nice Answer
Sep
12
answered What is /usr/bin/[ and how do I use it?
Jun
14
comment Linux bash shell copy previous lines (not history) with keyboard
@Itay Nope. I use mouse :)