[Bug 274280] Incompatible default shell configuration
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274280] Incompatible default shell configuration"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Oct 2023 23:12:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274280 --- Comment #2 from mirabilos <tg@mirbsd.org> --- > 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.