18 Mar
2021
18 Mar
'21
17:52
Anton Aylward wrote:
This is the bash start-up script. If that fails then the bash startup aborts. Think about the consequences of that in various contexts and you'll realise why that can't be allowed to happen. I tested it. I inserted a "false" command in my ~/.bashrc, which returns an exit code 1.
[...] test -s ~/.alias && . ~/.alias || true false export DISPLAY LESS PS1 PS2 umask 022 [...] Login works correct. There is also no error message during login. Even "false" as the last ~/.bashrc command works. Greetings, Björn