Alois Mahdal
0e0f73ae25
Add taskwarrior context to PS1
...yep, we're getting a bit naggy...
8 년 전
Alois Mahdal
b3a226a0a7
Refactor title and "lastrv" setting
This likely breaks hostname setting when accessing via SSH, but:
* it's first version that is at least somehow readable,
* and also WE *MAY* have fixed the long-standing PITA escaping
errors that we used to get in urxvt if BASH_COMMAND had backslashes
in it!
8 년 전
Alois Mahdal
5280b0e4ed
Clean up bashrc system
* Remove excess comments and optional syntax (eg. EOL `;`),
* use non-conflict function names,
* simplify PS1 generation,
* close PROMPT_COMMAND setup into function,
8 년 전
Alois Mahdal
b20cf898d9
Nag about overdue tasks
Script not (yet) released, but it's s simple taskwarrior wrapper to
remind about unfinished and overdue tasks once per set period.
8 년 전
Alois Mahdal
4e992fa8a3
Apply ShellCheck hints
9 년 전
Alois Mahdal
1194c9e44f
Make at sign in prompt more shiny
9 년 전
Alois Mahdal
cbf3a65fa8
Support quoting behavior of bash 4.3+
bash 4.2 will print literal tilde, which seems like least evil.
9 년 전
Alois Mahdal
f3102e5cef
Simplify logic in show_command_in_title_bar()
Re-use the case switch
9 년 전
Alois Mahdal
930890849f
Fix exit status preservation for non-X sessions
9 년 전
Alois Mahdal
a7cca933e3
Re-align case switch properly
9 년 전
Alois Mahdal
d6b74c1d47
Move barh-rv temppdir path to main.bashrc
9 년 전
Alois Mahdal
f419b456ca
Only print username on a remote (assume SSH) sessions
10 년 전
Alois Mahdal
f76dcac790
Read lastrv in one step, now that the file will exist
10 년 전
Alois Mahdal
e108378a98
Get rid of additional backslash
The backslash was needed due to [bug on Jessie][2], but on all other
macnines I use this is printed, which is not desired.
[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767655
10 년 전
Alois Mahdal
2d8bcec24e
Do iclude host identification on remote session
10 년 전
Alois Mahdal
c8384a976f
Suppress tilde expansion
On Debian Wheezy the tilde expansion is performed. Suppress it
explicitly.
10 년 전
Alois Mahdal
de3f72538d
Include exit status in window title as well
10 년 전
Alois Mahdal
d792b0f6fd
Do not delete rvfile by default
10 년 전
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 년 전
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 년 전
Alois Mahdal
cb19fe06c8
Stop littering; use `local` where possible
10 년 전
Alois Mahdal
b2850b307b
Clean up return value file
10 년 전
Alois Mahdal
360fe10e67
Use more visible light red for return value
10 년 전
Alois Mahdal
ad9dade2ec
Remove unnecessary argument from call
10 년 전
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 년 전
Alois Mahdal
37744352e2
Color prompt dollar based on last return value
10 년 전
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 년 전
Alois Mahdal
ac4cfdecbe
Initial commit
11 년 전