- Original Message -
> From: "Siteshwar Vashisht"
> To: devel@lists.fedoraproject.org
> Sent: Tuesday, May 2, 2017 3:42:14 PM
> Subject: RFC: Always sourcing /etc/bashrc for interactive mode in bash
>
> We are discussing about always sourcing /etc/bashrc f
On Tue, May 2, 2017 at 4:42 PM, Siteshwar Vashisht wrote:
> I am pondering over the idea to source /etc/bashrc by default (see commmit at
> [3])
FWIW, I've been recently told that Debian does this. (Well the name
there is /etc/bash.bashrc.)
> and fix current /etc/bashrc script to avoid double s
We are discussing about always sourcing /etc/bashrc for interactive mode in bug
1193590 [1]. Currently /etc/bashrc is sourced by user's bashrc script and if a
user forgets to source it, some of the default configurations will not be set
(for e.g. see bug 1390780 [2]). I am pondering over the ide