about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/help
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhome-manager/config/lf/cmds/help4
1 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/config/lf/cmds/help b/home-manager/config/lf/cmds/help
index 4291c2bd..4ec06648 100755
--- a/home-manager/config/lf/cmds/help
+++ b/home-manager/config/lf/cmds/help
@@ -4,9 +4,5 @@
 # . ~/.local/lib/shell/lib
 . %SHELL_LIBRARY_PATH
 
-
-
 cat ~/.config/lf/lfrc | less # TODO make this better
-
-if [ -d "$LIB_TEMP_DIR_FOR_SCRIPT" ];then rm -r "$LIB_TEMP_DIR_FOR_SCRIPT"; fi
 # vim: ft=sh