From 46f52e5effb4d80db4131e5581682fd7ea0c6381 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 20 Dec 2018 17:12:41 -0500 Subject: [PATCH] Removed debug echo on tmux set --- indicators.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indicators.tmux b/indicators.tmux index b24cef1..6c51d26 100755 --- a/indicators.tmux +++ b/indicators.tmux @@ -47,7 +47,7 @@ default_sharedsession_attr="" set_tmux_option() { local opion=$1 local value=$2 - echo tmux set-option -gq "$option" "$value" + tmux set-option -gq "$option" "$value" } do_interpolation() {