about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/open_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/cmds/open_config.sh')
-rw-r--r--home-manager/config/lf/cmds/open_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/config/lf/cmds/open_config.sh b/home-manager/config/lf/cmds/open_config.sh
index 93c174d7..4b103fe4 100644
--- a/home-manager/config/lf/cmds/open_config.sh
+++ b/home-manager/config/lf/cmds/open_config.sh
@@ -1,7 +1,7 @@
-#!/bin/sh
+#!/usr/bin/env dash
 # shellcheck disable=SC2086
 # shellcheck source=/dev/null
-. ~/.local/lib/shell/lib
+. %SHELL_LIBRARY_PATH
 
 $EDITOR "$(bookmenu -b ~/.config/bookmenu/configs -f fzf -o)"