Hacker News new | ask | show | jobs
by dkharrat 3589 days ago
Is there an advantage to overriding the man command over the approach of just directly exporting the env variables in bashrc? I currently do the latter and I don't override the man function. I suppose overriding the man function would allow for man-specific customizations, but perhaps there are other good reasons too?
1 comments

You might not want to override termcap for less in other contexts. Or not in the same way.