The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=9a20515bc9ce3fe6d7f09fd6bdece0dd45bdbc87
commit 9a20515bc9ce3fe6d7f09fd6bdece0dd45bdbc87 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-02-23 08:16:33 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-23 08:18:23 +0000 sh.1: Add .sh_history and .shrc to FILES MFC after: 3 days Reviewed by: bapt (previous), jilles, [email protected] Differential Revision: https://reviews.freebsd.org/D55295 --- bin/sh/sh.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 63755bbcf8a9..4f860d89c654 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -3091,6 +3091,10 @@ which may affect the shell as described under .Bl -tag -width "/etc/suid_profileXX" -compact .It Pa ~/.profile User's login profile. +.It Pa ~/.sh_history +Default shell history. +.It Pa ~/.shrc +Default shell resources. .It Pa /etc/profile System login profile. .It Pa /etc/shells
