We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f79e5ed + 46e100f commit 4852c28Copy full SHA for 4852c28
scripts/variables.sh
@@ -24,7 +24,7 @@ filename_suffix="#{session_name}-#{window_index}-#{pane_index}-%Y%m%dT%H%M%S.log
24
# Logging options
25
default_logging_path="$HOME"
26
logging_path=$(tmux show-option -gqv "@logging-path")
27
-logging_path=${logging_path:-$default_clear_history_key}
+logging_path=${logging_path:-$default_logging_path}
28
29
default_logging_filename="tmux-${filename_suffix}"
30
logging_filename=$(tmux show-option -gqv "@logging-filename")
0 commit comments