diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Comments about entries should come after their link and should preferably be enc bookmark_dir=$HOME/.config/bookmarks bookmark_file=bookmarks -launch=$(exec jumper.sh "$bookmark_dir"/"$bookmark_file" | fzf) +launch=$(exec jumper.sh "$bookmark_dir/$bookmark_file" | fzf) num=$(echo "$launch" | cut -d " " -f 1 | grep -o -E "[0-9]+") if [ "$num" ]; then jumper.sh "$bookmark_file" "$num" |
