Updated clifm.
Changed clifm back to using $TERM.
This commit is contained in:
parent
a75e6ae20d
commit
ce88390b44
|
|
@ -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=";
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue