about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-06 22:19:53 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:33:25 +0200
commit8a39f673a38439c09a4a5da07a1d1d4e89c70443 (patch)
tree00a471aeb4954a67fd3d3284a56ab620c02f468f /home-manager/config/lf/commands/scripts
parentFix(hm/conf/lf/keymappings): Set mapping to real path (diff)
downloadnixos-config-8a39f673a38439c09a4a5da07a1d1d4e89c70443.tar.gz
nixos-config-8a39f673a38439c09a4a5da07a1d1d4e89c70443.zip
Fix(hm/conf/lf): Remove help function as `maps` exists
Diffstat (limited to '')
-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