diff options
Diffstat (limited to 'hm/soispha/conf/lf/commands/scripts/broot_jump')
-rwxr-xr-x | hm/soispha/conf/lf/commands/scripts/broot_jump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/commands/scripts/broot_jump b/hm/soispha/conf/lf/commands/scripts/broot_jump index a5d11c07..0feb5daf 100755 --- a/hm/soispha/conf/lf/commands/scripts/broot_jump +++ b/hm/soispha/conf/lf/commands/scripts/broot_jump @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.0.12" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH tmp=$(mktmp) res="$(broot --outcmd "$tmp" && sed 's/cd //' "$tmp")" |