diff options
author | Soispha <soispha@vhack.eu> | 2023-10-25 14:54:58 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-25 14:54:58 +0200 |
commit | 4b08a82185d2e7dc099bc57a90152ced5c9fb492 (patch) | |
tree | 6c9f2781c90eee9755135692f9cea73560cdc515 /hm/soispha/conf/lf/commands/scripts/fzf_jump | |
parent | fix(hm/wms/river/res/keys): Set up correct mappings for all hosts (diff) | |
download | nixos-config-4b08a82185d2e7dc099bc57a90152ced5c9fb492.zip |
build(treewide): Update (+ shell-library)
Diffstat (limited to 'hm/soispha/conf/lf/commands/scripts/fzf_jump')
-rwxr-xr-x | hm/soispha/conf/lf/commands/scripts/fzf_jump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/commands/scripts/fzf_jump b/hm/soispha/conf/lf/commands/scripts/fzf_jump index 5cfeead3..abd23aa2 100755 --- a/hm/soispha/conf/lf/commands/scripts/fzf_jump +++ b/hm/soispha/conf/lf/commands/scripts/fzf_jump @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.5.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.6.0" . %SHELL_LIBRARY_PATH res="$(fd . --maxdepth 3 | fzf --header='Jump to location')" |