From ce88390b449dc927d7ff9ccbfb913fb20c765a37 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Mon, 2 Dec 2024 10:33:51 -0500 Subject: [PATCH] Updated clifm. Changed clifm back to using $TERM. --- snippets/clifm.nix | 6 +++--- snippets/clifm/clifmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/clifm.nix b/snippets/clifm.nix index 400e8a6..97b8708 100644 --- a/snippets/clifm.nix +++ b/snippets/clifm.nix @@ -2,12 +2,12 @@ let overlay = (final: prev: { clifm = prev.clifm.overrideAttrs (old: { - version = "1.21.13"; + version = "1.22.2"; src = prev.fetchFromGitHub { owner = "leo-arch"; repo = prev.clifm.pname; - rev = "b7b727b"; - hash = "sha256-UEgCXAW/MlQy5FltciDAKCCRWK+McmpL1Cr3sNvwgUs="; + rev = "bc619e7"; + hash = "sha256-mc1QdTygOBq+R90QT6pabpLZN5/Xw0gVy62CyhxKpfw="; }; }); }); diff --git a/snippets/clifm/clifmrc b/snippets/clifm/clifmrc index aebdd14..3d0b6c1 100644 --- a/snippets/clifm/clifmrc +++ b/snippets/clifm/clifmrc @@ -366,7 +366,7 @@ TrashAsRm=true # Only used when opening a directory via a new Clifm instance (with the # 'x' command), this option specifies the command to be used to launch a # terminal emulator to run Clifm on it. -TerminalCmd="alacritty -e" +TerminalCmd="$TERM -e" # Set the file mode creation mask. Defaults to the value inherited from # the shell (though 077 is recommended).