Commit Graph

9 Commits

Author SHA1 Message Date
Daniel - 5ad5e32b9f
Do not distinguish between login and non-login bash
I.e., move all bash related configuration to bashrc, and call it from
bash_profile.  This should make things easier, I hope.
2020-07-25 12:16:23 +02:00
Daniel - a70ea065b9
Add git information to bash prompt 2020-07-25 11:58:18 +02:00
Daniel - 4e2164d2db
Make dumb prompt more informative
This should still work with Emacs' TRAMP, but is more informative.
2020-07-25 11:46:18 +02:00
Daniel - fed4dc8d38
Move custom bash keybindings to separate inputrc
When bash is started without readline support, redefining bindings in .bashrc
yields warnings.  This is the case when starting bash as in Emacs' shell-mode,
among others.  Moving the keybindings to inputrc fixes this, and should make the
bindings available to all programs using readline.
2020-07-25 11:45:08 +02:00
Daniel - 78a9fc3f8c
Simplify bash prompt when terminal is dumb 2020-01-03 18:54:39 +01:00
Daniel - be5b07d9d1
Update prompt definition for bash 2019-06-01 21:45:25 +02:00
Daniel - e6125a72e8
Enable extglob in bash 2018-07-15 10:41:58 +02:00
Daniel - e6886b6fc4
Cleaning up bash startup files 2018-07-15 10:24:42 +02:00
Daniel - f7f9c1b48b
Some fundamental configuration files 2018-07-15 09:47:03 +02:00