Commit Graph

5 Commits

Author SHA1 Message Date
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