It does not work like that. /etc/profile must be sourced every time at login. That's what bash does because /etc/profile.d/* is sourced by /etc/profile. In that folder applications that need environmental variables install scripts to set them. That's why you have to relogin or resource /etc/profile after you install java, mozilla, et al.
On Mon, May 26, 2008 at 7:03 PM, Philip Ganchev <[EMAIL PROTECTED]> wrote: > On Mon, May 26, 2008 at 11:16 AM, Sorin Ionescu <[EMAIL PROTECTED]> wrote: >> Hello, >> >> Should not something like this be in the global config.fish? > [...] > > I think those scripts are useful for converting your init scripts to > Fish, but why do every time you log in? Just do it when you install > Fish. > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
