diff --git a/scripts/tmux_record.sh b/scripts/tmux_record.sh index 14b264119..0051153d5 100644 --- a/scripts/tmux_record.sh +++ b/scripts/tmux_record.sh @@ -4,4 +4,5 @@ TMUX_SIZE=$(tmux display -p '#{window_width}x#{window_height}') # Start asciinema recording with the tmux window size -asciinema rec -c "tmux attach -t 0 -r" tmp.cast --headless --append --tty-size $TMUX_SIZE +asciinema rec -c "tmux attach -t 0 -r" --headless --tty-size $TMUX_SIZE $* +