From e8bb5afb9cab6be9783ec44d12f56ca426a78df3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 9 Jul 2026 00:37:13 +0900 Subject: Revert "tmux: work around for tmux 3.7 bug" This reverts commit 73915464e9e805ec191fdad6cafbead76b3a60fc. --- justfile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index a567983..963df53 100644 --- a/justfile +++ b/justfile @@ -17,17 +17,6 @@ update-and-commit HOST: git add -- flake.lock home-manager/package-versions.txt git commit -m "nix: update flake" git diff --color=always HEAD~ -- home-manager/package-versions.txt - just check-tmux-version - -# tmux 3.7 has a crash bug in break-pane (fixed in 3.7a); tmux.conf works around it. -check-tmux-version: - #!/usr/bin/env bash - set -euo pipefail - version=$(grep -oP '^tmux-\K.*' home-manager/package-versions.txt) - if [ "$version" != "3.7" ]; then - echo "WARNING: tmux version changed: 3.7 -> $version" - echo " See home-manager/config/tmux/tmux.conf" - fi sync HOST=default_host: git fetch --all -- cgit v1.3.1