Skip to content

Instantly share code, notes, and snippets.

@nopdotcom
Last active May 12, 2018 17:37
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/2474a6dc705fe03fe2cb4bec78843e78 to your computer and use it in GitHub Desktop.
Save nopdotcom/2474a6dc705fe03fe2cb4bec78843e78 to your computer and use it in GitHub Desktop.
Stop the madness of fully-justified manpages on Linux
# alias man='man --nh --nj'
export MANOPT='--nh --nj'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment