diff options
Diffstat (limited to 'home-manager/config/lf/commands/scripts/help')
-rwxr-xr-x | home-manager/config/lf/commands/scripts/help | 8 |
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 |