about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/open_config
blob: c99422f13f34440ec7730e89a5cba2efed932509 (plain) (blame)
1
2
3
4
5
6
7
#! /usr/bin/env dash

# shellcheck source=/dev/null
SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH

"$EDITOR" "$(bookmenu -b ~/.config/bookmenu/configs -f fzf -o)" # TODO implement this
# vim: ft=sh