Skip to content

Instantly share code, notes, and snippets.

@nopdotcom
Created October 11, 2017 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nopdotcom/a4a26477c70483833a040e2fd8908c4e to your computer and use it in GitHub Desktop.
Save nopdotcom/a4a26477c70483833a040e2fd8908c4e to your computer and use it in GitHub Desktop.
Stop the madness of fully justified manpages on OS X aka macOS
.bash_profile fragment:
export GROFF_TMAC_PATH="$HOME/Documents/tmac"
----
~/Documents/tmac/man.local:
.\" This file is loaded after an-old.tmac.
.\" Put any local modifications to an-old.tmac here.
.ad l
.nh
----
~/Documents/tmac/man.local:
.\" This file is loaded after doc.tmac.
.\" Put any local modifications to doc.tmac here.
.ad l
.nh
----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment