From 8a39f673a38439c09a4a5da07a1d1d4e89c70443 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Sat, 6 May 2023 22:19:53 +0200
Subject: Fix(hm/conf/lf): Remove help function as `maps` exists

---
 home-manager/config/lf/commands/default.nix  | 6 +-----
 home-manager/config/lf/commands/scripts/help | 8 --------
 2 files changed, 1 insertion(+), 13 deletions(-)
 delete mode 100755 home-manager/config/lf/commands/scripts/help

(limited to 'home-manager/config/lf/commands')

diff --git a/home-manager/config/lf/commands/default.nix b/home-manager/config/lf/commands/default.nix
index 446466be..5eae996e 100644
--- a/home-manager/config/lf/commands/default.nix
+++ b/home-manager/config/lf/commands/default.nix
@@ -127,10 +127,6 @@ in {
       inherit (pkgs) fzf lf gnused;
     };
   };
-  help = shell {
-    file = ./scripts/help;
-    dependencies = [];
-  };
   mk_dir = pipe {
     file = ./scripts/mk_dir;
     dependencies = [];
@@ -199,7 +195,7 @@ in {
         gnutar
         unzip
         # TODO this is unfree! unrar
-        
+
         p7zip
         ;
     };
diff --git a/home-manager/config/lf/commands/scripts/help b/home-manager/config/lf/commands/scripts/help
deleted file mode 100755
index 4ec06648..00000000
--- a/home-manager/config/lf/commands/scripts/help
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /usr/bin/env dash
-# shellcheck disable=SC2086
-# shellcheck source=/dev/null
-# . ~/.local/lib/shell/lib
-. %SHELL_LIBRARY_PATH
-
-cat ~/.config/lf/lfrc | less # TODO make this better
-# vim: ft=sh
-- 
cgit 1.4.1