Closed altjx closed 3 years ago
Is there a way to reconfigure the default logging path from $HOME to the current directory that the pane is in?
Reading from scripts/variables.sh, logging path could be customized with
scripts/variables.sh
set -g @logging-path "~/.tmux"
Adding the below to .tmux.conf should work
set -g @logging-path '#{pane_current_path}'
Is there a way to reconfigure the default logging path from $HOME to the current directory that the pane is in?