From 7d99e6f2d84cbcf51553f26e2abc82a106592c16 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 23:09:26 +0200 Subject: Fix(hm/conf/lf): Implement rename cmd The default lf rename command starts behind the extension like this: ``` filename.extension ^ | startpoint ``` This new cmd avoids this. --- home-manager/soispha/config/lf/commands/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home-manager/soispha/config/lf/commands/default.nix') diff --git a/home-manager/soispha/config/lf/commands/default.nix b/home-manager/soispha/config/lf/commands/default.nix index c8652442..fa366d37 100644 --- a/home-manager/soispha/config/lf/commands/default.nix +++ b/home-manager/soispha/config/lf/commands/default.nix @@ -196,6 +196,10 @@ in { file = ./scripts/set_wall_paper; dependencies = []; }; + rename = pipe { + file = ./scripts/rename; + dependencies = []; + }; stripspace = pipe { file = ./scripts/stripspace; dependencies = []; -- cgit 1.4.1