about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/open_config
blob: 55ae68cb399a197982743a18abe283ef43bf971a (plain) (blame)
1
2
3
4
5
6
7
8
#! /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)" # TODO implement this
# vim: ft=sh