Skip to content

Commit 2460f53

Browse files
authored
Merge pull request #1 from isaaclo123/master
fixed bookmarks
2 parents 2ff37a4 + a8ac82f commit 2460f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: buku_run

+2-1
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,13 @@ editBookmark () {
191191
exit
192192
elif [[ $val -eq 0 ]]; then
193193
if [[ $bmarkmenu == "http"* ]]; then
194-
buku -u "${id}" --url "${bookmark}"
194+
buku -u "${id}" --url "${bmarkmenu}"
195195
else
196196
echo "" | rofi -e "Not a valid URI, Make sure URLs start with http"
197197
editBookmark
198198
fi
199199
fi
200+
mode=bookmarks main
200201
}
201202

202203
addMark () {

0 commit comments

Comments
 (0)