From 4137336cc7cef1c866aa31eb560d02ed5e58278a Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Thu, 20 Jun 2019 13:01:14 +0300 Subject: [PATCH] Force man page max width --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index d4258fc..55f89e4 100644 --- a/.zshrc +++ b/.zshrc @@ -79,3 +79,6 @@ function gedit { # i don't like that systemd by default uses a pager export SYSTEMD_PAGER='' + +# set man max width +export MANWIDTH=80