Updated clifm.

Changed clifm back to using $TERM.
This commit is contained in:
vorboyvo 2024-12-02 10:33:51 -05:00
parent a75e6ae20d
commit ce88390b44
2 changed files with 4 additions and 4 deletions

View file

@ -2,12 +2,12 @@
let let
overlay = (final: prev: { overlay = (final: prev: {
clifm = prev.clifm.overrideAttrs (old: { clifm = prev.clifm.overrideAttrs (old: {
version = "1.21.13"; version = "1.22.2";
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "leo-arch"; owner = "leo-arch";
repo = prev.clifm.pname; repo = prev.clifm.pname;
rev = "b7b727b"; rev = "bc619e7";
hash = "sha256-UEgCXAW/MlQy5FltciDAKCCRWK+McmpL1Cr3sNvwgUs="; hash = "sha256-mc1QdTygOBq+R90QT6pabpLZN5/Xw0gVy62CyhxKpfw=";
}; };
}); });
}); });

View file

@ -366,7 +366,7 @@ TrashAsRm=true
# Only used when opening a directory via a new Clifm instance (with the # 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 # 'x' command), this option specifies the command to be used to launch a
# terminal emulator to run Clifm on it. # 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 # Set the file mode creation mask. Defaults to the value inherited from
# the shell (though 077 is recommended). # the shell (though 077 is recommended).