tmuxPlugins.fingers: 2.5.1 -> 2.6.1

This commit is contained in:
Bruno Bigras
2026-02-04 22:51:23 -05:00
parent 8bc8462a69
commit 77bf9b15d5
2 changed files with 13 additions and 6 deletions
@@ -7,13 +7,13 @@
let
fingers = crystal.buildCrystalPackage rec {
format = "shards";
version = "2.5.1";
version = "2.6.1";
pname = "fingers";
src = fetchFromGitHub {
owner = "Morantron";
repo = "tmux-fingers";
rev = "${version}";
sha256 = "sha256-O5CfboFnl51OeOgqI2NB3MmELDeKykd5NO2d5FGXkII=";
sha256 = "sha256-f18y4Jq5Ab/5KZKv8woMTkFGEY2/f5KeRH0sf6R1l1U=";
};
shardsFile = ./shards.nix;
+11 -4
View File
@@ -1,8 +1,8 @@
diff --git a/tmux-fingers.tmux b/tmux-fingers.tmux
index f15b509..a14e312 100755
index c62915a..eb065e7 100755
--- a/tmux-fingers.tmux
+++ b/tmux-fingers.tmux
@@ -1,35 +1,4 @@
@@ -1,36 +1,5 @@
#!/usr/bin/env bash
-CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -36,6 +36,13 @@ index f15b509..a14e312 100755
- fi
-fi
-
-tmux run "$FINGERS_BINARY load-config"
+tmux run "@tmuxFingersDir@/tmux-fingers load-config"
if [[ "$TERM" == "dumb" ]]; then
# force term value to get proper colors in systemd and tmux 3.6a
# https://github.com/Morantron/tmux-fingers/issues/143
@@ -39,5 +8,5 @@ else
FINGERS_TERM="$TERM"
fi
-tmux run "TERM=$FINGERS_TERM $FINGERS_BINARY load-config"
+tmux run "TERM=$FINGERS_TERM @tmuxFingersDir@/tmux-fingers load-config"
exit $?