about summary refs log tree commit diff
path: root/profile/.profile.d/man.sh
blob: 54d3513bd1482d8ea587187cce432c22449bee67 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

if command -v man >/dev/null 2>&1; then
	export MANOPT="--no-hyphenation"

	alias man="LANG=\"C\" LC_MESSAGES=\"C\" man"
fi

Consider giving Nix/NixOS a try! <3