Commit graph

2 commits

Author SHA1 Message Date
42d84a2e12 zsh: prevent tput errors when $TERM is not set
When running a command via SSH without allocating a pseudo terminal,
for example, $TERM is not set, causing `tput` to freak out about not
knowing the terminal type.

So, we suppress the customization of man pages when $TERM is not set, in
which case we wouldn't have needed it anyway, as we don't even have a
terminal to type `man` :).
2021-11-03 07:44:15 +00:00
1622e4abde Organize config files by program 2021-08-10 13:06:48 +02:00
Renamed from files/profile.sh (Browse further)