Removed debug echo on tmux set

This commit is contained in:
Eric Renfro 2018-12-20 17:12:41 -05:00
parent 6f5f2d3f15
commit 46f52e5eff
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -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() {