Alois Mahdal
de3f72538d
Include exit status in window title as well
10 years ago
Alois Mahdal
d792b0f6fd
Do not delete rvfile by default
10 years ago
Alois Mahdal
0f4133012a
Add code to show command in titlebar
Taken from an [i3 forum answer][1] and edited to remove unnecessary info
(name@hostname and $HOME path)
[1]: https://faq.i3wm.org/question/2481/how-to-show-cli-application-name-in-window-title/?answer=2482#post-id-2482
10 years ago
Alois Mahdal
510bcc949e
Fortify RV saving against tempdir being destroyed
Now `rm -rf /var/tmp/bash-rv` would only disable the feature instead of
causing errors to be printed on each prompt.
10 years ago
Alois Mahdal
cb19fe06c8
Stop littering; use `local` where possible
10 years ago
Alois Mahdal
b2850b307b
Clean up return value file
10 years ago
Alois Mahdal
360fe10e67
Use more visible light red for return value
10 years ago
Alois Mahdal
ad9dade2ec
Remove unnecessary argument from call
10 years ago
Alois Mahdal
b7ddf51f79
Fix regression from inclusion of real escapes
Inclusion of "real" \033 seemed to work but confused readline when
working with long history lines
10 years ago
Alois Mahdal
37744352e2
Color prompt dollar based on last return value
10 years ago
Alois Mahdal
615a07c2bf
Revamp loading of .bash/ RC files
* More intuitive file naming,
* setup simplified,
* setup is now in script (vs. diff file),
* removed unnecessary exec mode.
10 years ago
Alois Mahdal
ac4cfdecbe
Initial commit
11 years ago