Thank you, On Tue, 2 Jul 2024, RVP wrote:
On Mon, 1 Jul 2024, xuser wrote:I compiled bash 5.0 from the source and the .bashrc file does not work.This should be mentioned in the man-page: by default (ie. unless you arrange differently) bash only reads ~/.bash_profile (if this exists--otherwise, it reads ~/.profile) when it is a login shell. An interactive bash instance only reads ~/.bashrc. See the INVOCATION section of bash(1) for all the details. -RVP