Skip to content

Instantly share code, notes, and snippets.

@nopdotcom
Created October 11, 2017 16:18
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/f45ac8f324f94a0842fda90cc848feae to your computer and use it in GitHub Desktop.
Save nopdotcom/f45ac8f324f94a0842fda90cc848feae 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