8 Commits

Author SHA1 Message Date
izzy2fancy
2d0e6e11c8 Replace coop sh with menu sh 2024-02-02 23:42:08 -05:00
Robert Kirkman
70f388602c initial commit to build bootstraps. Credit to Vx5 and Maxython. 2023-07-12 06:35:15 -05:00
Wu Zhenyu
d7bc2a7445 bash: enable bash-completion by default if installed 2022-10-07 19:10:45 +08:00
Lucy Phipps
c4c38a69db default bashrc: less needless escapes 2020-12-11 22:12:19 +02:00
Leonid Pliushch
7b1c8173e7 bash: better default bashrc 2020-12-11 18:31:13 +02:00
Leonid Pliushch
1e5d50a950 bash: use command-not-found handler only if it exists 2019-07-22 02:23:43 +03:00
Tom Yan
5d3ef9ba0c make PS1 dynamic and shell-specific
PS1 is not supposed to be an environment variable (i.e. will not
be listed in `printenv` but only in `set`). Its value should also
be shell-specific.

With this commit we can stop exporting a static PS1 as env var on
the java side.

The prompt would now indicate whether the current user is root.
2018-06-22 01:11:37 +02:00
Fredrik Fornwall
3cc4ef712e Enable command-not-found for bash and zsh interactive shells 2015-07-13 19:41:08 -04:00