1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-21 16:00:59 +02:00

Force man page max width

This commit is contained in:
Arti Zirk 2019-06-20 13:01:14 +03:00
parent 3b49e24724
commit 4137336cc7

3
.zshrc
View File

@ -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