Skip to content

Commit

Permalink
Use global tmux variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrunberg authored and Farom committed Dec 18, 2020
1 parent ed1aefd commit 810f556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmuxomatic
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ def tmuxomatic( program_cli, full_cli, user_wh, session_name, session, active_se
# 2) Add "export DISABLE_AUTO_TITLE=true" to your shell's run commands file (e.g., ".bashrc").
# Here we automatically do method 1 for the user, unless the user requests otherwise.

if support_quiet_option(tmux_version()[1]):
if support_quiet_option(USERS_TMUX):
list_build.append( "set-option -t " + session_name + " quiet on" )
renaming = [ "off", "on" ][ARGS.renaming]
list_build.append( "set-option -t " + session_name + " allow-rename " + renaming )
Expand Down

0 comments on commit 810f556

Please sign in to comment.