From 12f96dac7cd4fa7c6aeebd46a2905f0c77c1d3ba Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 24 Jan 2023 08:05:50 +0100 Subject: [PATCH] make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (4), fixes #619 fixed $uname_s typo --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 6de9c24..bf97827 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -692,7 +692,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # _apply_tmux_256color() { # # when tmux-256color is available, use it # # on macOS though, make sure to use /usr/bin/infocmp to probe if it's availalbe system wide -# case "$uname_s" in +# case "$_uname_s" in # *Darwin*) # if /usr/bin/infocmp -x tmux-256color > /dev/null 2>&1; then # tmux set -g default-terminal 'tmux-256color'