diff options
Diffstat (limited to 'home-manager/soispha/config/lf/commands/scripts/open_config')
-rwxr-xr-x | home-manager/soispha/config/lf/commands/scripts/open_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/lf/commands/scripts/open_config b/home-manager/soispha/config/lf/commands/scripts/open_config index c99422f1..35e5165d 100755 --- a/home-manager/soispha/config/lf/commands/scripts/open_config +++ b/home-manager/soispha/config/lf/commands/scripts/open_config @@ -3,5 +3,5 @@ # 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 +"$EDITOR" "$(bookmenu -b ~/.config/bookmenu/configs -f fzf -o)" # TODO: implement this # vim: ft=sh |