about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/help.sh
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/cmds/help.sh')
-rw-r--r--home-manager/config/lf/cmds/help.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/home-manager/config/lf/cmds/help.sh b/home-manager/config/lf/cmds/help.sh
new file mode 100644
index 00000000..8fedd0ea
--- /dev/null
+++ b/home-manager/config/lf/cmds/help.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# shellcheck disable=SC2086
+# shellcheck source=/dev/null
+. ~/.local/lib/shell/lib
+
+
+cat ~/.config/lf/lfrc
+
+
+if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi