change bookmarks directory
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
bookmark="$(wl-paste)"
 | 
			
		||||
file="$HOME/notebook/bookmarks/bookmarks.md"
 | 
			
		||||
file="$HOME/notebook/bookmarks.org"
 | 
			
		||||
 | 
			
		||||
if grep -q "^$bookmark$" "$file"; then
 | 
			
		||||
  notify-send "error." "bookmark \"$bookmark\" exists."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user