about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/help
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/commands/scripts/help')
-rwxr-xr-xhome-manager/config/lf/commands/scripts/help8
1 files changed, 0 insertions, 8 deletions
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