Removed debug echo on tmux set
This commit is contained in:
parent
6f5f2d3f15
commit
46f52e5eff
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ default_sharedsession_attr=""
|
||||||
set_tmux_option() {
|
set_tmux_option() {
|
||||||
local opion=$1
|
local opion=$1
|
||||||
local value=$2
|
local value=$2
|
||||||
echo tmux set-option -gq "$option" "$value"
|
tmux set-option -gq "$option" "$value"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_interpolation() {
|
do_interpolation() {
|
||||||
|
|
Loading…
Reference in a new issue