commit 8d07bfd

hovercats  ·  2023-11-22 11:00:11 +0000 UTC
parent 29a2b65
bmks: remove leftover space
1 files changed,  +1, -1
+1, -1
1@@ -27,7 +27,7 @@ list() {
2 
3 go_to() {
4 	[ ! -s "${bookmarks}" ] && printf "No bookmarks found. please add one"; exit 1
5-	[ -z "${BROWSER}" ] &&  printf 'BROWSER var not set\n'; exit 1
6+	[ -z "${BROWSER}" ] && printf 'BROWSER var not set\n'; exit 1
7 	SELECTION="$(sort "${bookmarks}" | dmenu -c -i -l 10 | awk '{print $(NF)}')"
8 	if [ -z "${SELECTION}" ]; then
9 		exit 1