aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ed49e9..4bba7da 100644
--- a/README.md
+++ b/README.md
@@ -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"