diff options
author | Soispha <soispha@vhack.eu> | 2023-11-25 15:39:32 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-25 15:39:32 +0100 |
commit | 437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6 (patch) | |
tree | 84d4d32353fb5506361a3769946c6f48a7e2de38 /hm/soispha/conf/lf/commands/scripts/open | |
parent | build(flake): Update (diff) | |
download | nixos-config-437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6.zip |
build(treewide): Update shell library
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/conf/lf/commands/scripts/open | 2 | ||||
-rwxr-xr-x | hm/soispha/conf/lf/commands/scripts/open_config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/lf/commands/scripts/open b/hm/soispha/conf/lf/commands/scripts/open index 78bdd985..d9dd64cd 100755 --- a/hm/soispha/conf/lf/commands/scripts/open +++ b/hm/soispha/conf/lf/commands/scripts/open @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.7.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH case $(file --mime-type "$f" -bL) in text/*|application/json|application/vnd.hp-HPGL) "$EDITOR" "$f";; diff --git a/hm/soispha/conf/lf/commands/scripts/open_config b/hm/soispha/conf/lf/commands/scripts/open_config index 580d2b11..b9dc2df2 100755 --- a/hm/soispha/conf/lf/commands/scripts/open_config +++ b/hm/soispha/conf/lf/commands/scripts/open_config @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.7.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH "$EDITOR" "$(bookmenu -b ~/.config/bookmenu/configs -f fzf -o)" # TODO: implement this # vim: ft=sh |