chore(docs): regenerate manual and man page

This commit is contained in:
Gitea Actions
2026-07-27 05:26:34 +00:00
parent 528ce2a984
commit 3155449ef6
+60 -14
View File
@@ -507,23 +507,69 @@ Use \f[V]exit --no-log\f[R] (or \f[V]exit -n\f[R]) to skip capture.
.SH 2. PATH SETUP .SH 2. PATH SETUP
.PP .PP
Directories prepended to PATH in this order (first wins): Directories prepended to PATH in this order (first wins):
.IP .PP
.nf .TS
\f[C] tab(@);
\[ti]/.local/bin Standard user-local executables l l.
\[ti]/Applications User-installed standalone apps T{
\[ti]/scripts Personal shell scripts Directory
\[ti]/bin Cargo binaries (appended \[em] lowest priority) T}@T{
$BUN_INSTALL/bin Bun runtime and global packages Purpose
$NPM_CONFIG_PREFIX/bin Global npm packages T}
\[ti]/.lmstudio/bin LM Studio CLI _
\[ti]/.resend/bin Resend CLI T{
\[ti]/.fzf/bin fzf binary (git-installed) \f[V]\[ti]/.local/bin\f[R]
\f[R] T}@T{
.fi Standard user-local executables
T}
T{
\f[V]\[ti]/Applications\f[R]
T}@T{
User-installed standalone apps
T}
T{
\f[V]\[ti]/scripts\f[R]
T}@T{
Personal shell scripts
T}
T{
\f[V]\[ti]/bin\f[R]
T}@T{
Cargo binaries (appended \[em] lowest priority)
T}
T{
\f[V]$BUN_INSTALL/bin\f[R]
T}@T{
Bun runtime and global packages
T}
T{
\f[V]$NPM_CONFIG_PREFIX/bin\f[R]
T}@T{
Global npm packages
T}
T{
\f[V]\[ti]/.lmstudio/bin\f[R]
T}@T{
LM Studio CLI
T}
T{
\f[V]\[ti]/.resend/bin\f[R]
T}@T{
Resend CLI
T}
T{
\f[V]\[ti]/.fzf/bin\f[R]
T}@T{
\f[V]fzf\f[R] binary (git-installed)
T}
.TE
.PP .PP
Cargo binaries are intentionally appended (lowest priority) to avoid Cargo binaries are intentionally appended (lowest priority) to avoid
shadowing system-installed Rust tools. shadowing system-installed Rust tools.
.PP
NOTE: While these directories are merged with your system\[cq]s existing
\f[V]$PATH\f[R] values, any executables in the prepended directories
above will override (shadow) system binaries of the same name.
.PP .PP
* * * * * * * * * *
.SH 3. KEY BINDINGS .SH 3. KEY BINDINGS