about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/open_config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhome-manager/config/lf/cmds/open_config4
1 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/config/lf/cmds/open_config b/home-manager/config/lf/cmds/open_config
index d04f01b9..55ae68cb 100755
--- a/home-manager/config/lf/cmds/open_config
+++ b/home-manager/config/lf/cmds/open_config
@@ -4,9 +4,5 @@
 # . ~/.local/lib/shell/lib
 . %SHELL_LIBRARY_PATH
 
-
-
 "$EDITOR" "$(bookmenu -b ~/.config/bookmenu/configs -f fzf -o)" # TODO implement this
-
-if [ -d "$LIB_TEMP_DIR_FOR_SCRIPT" ];then rm -r "$LIB_TEMP_DIR_FOR_SCRIPT"; fi
 # vim: ft=sh