From a50edcee0c62258dee0d0bbce7fd655e6f864978 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 16 Mar 2014 15:58:32 +0100 Subject: [PATCH] setup.sh: only link ~/.terminfo if Tmux is installed screen-it-256color is only necessary for Tmux. --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d43ef16..e40249a 100755 --- a/setup.sh +++ b/setup.sh @@ -256,7 +256,9 @@ link zsh/env ~/.zshenv link zsh/rc ~/.zshrc link zsh/logout ~/.zlogout -link terminfo ~/.terminfo +if installed tmux; then + link terminfo ~/.terminfo +fi # Link setup for additional files. if installed crontab; then -- 2.43.2