https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274280
--- Comment #2 from mirabilos <[email protected]> --- > Perhaps the cleanest solution is to read, in interactive shells, a file with > some hard-coded name from the user's home directory if ENV is not set. In an That’s what mksh does: it expands "${ENV:-~/.mkshrc}". I didn’t want to presume requesting for adding it to your sh, but if you’re in favour of that, it’d also solve the situation. Otherwise, adding suitable lines sending other shells to their respective *rc files in the default $ENV are needed, yes. Thanks! -- You are receiving this mail because: You are the assignee for the bug.
