Skip to content

Commit

Permalink
don’t break man
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 3, 2022
1 parent d4a550a commit 81ec39f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hooks/useShellEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export default async function useShellEnv({installations, pending, pristine}: Op

rv["TEA_PREFIX"] = [usePrefix().string]

// don’t break `man` lol
rv["MANPATH"]?.push("/usr/share/man")

return rv
}

Expand Down

0 comments on commit 81ec39f

Please sign in to comment.