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