Fixed a problem with bookmarks not being written to the correct file.
This commit is contained in:
parent
6eece49afc
commit
c7cf3bff16
@ -64,8 +64,7 @@ add_bookmark() {
|
||||
bookmarksFile="${config}/i3/bookmarks"
|
||||
fi
|
||||
else
|
||||
bookmarksFile="${config}/surfraw/bookmarks"
|
||||
[[ -f "${config}/i3/bookmarks" ]] && bookmarksFile="${config}/i3/bookmarks"
|
||||
bookmarksFile="${config}/i3/bookmarks"
|
||||
fi
|
||||
|
||||
# Check for duplicates
|
||||
|
Loading…
Reference in New Issue
Block a user