From 8a39f673a38439c09a4a5da07a1d1d4e89c70443 Mon Sep 17 00:00:00 2001 From: Soispha 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/scripts/help | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 home-manager/config/lf/commands/scripts/help (limited to 'home-manager/config/lf/commands/scripts') 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