dotfiles/zsh
Fernando Schauenburg 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
..
aliases aliases: edit nvim, tmux, and zsh configs 2021-08-16 11:29:15 +02:00
prompt zsh: disable python virtual env default prompt 2021-08-19 18:13:42 +02:00
vi-mode zsh: fix cursor shapes in vi-mode 2021-08-16 12:26:48 +02:00
zshenv zsh: prevent tput errors when $TERM is not set 2021-11-03 07:44:15 +00:00
zshrc zsh: use case-insensitive completions 2021-09-02 15:02:24 +02:00