summaryrefslogtreecommitdiff
path: root/scripts/bookmarks
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-05-03 11:16:51 -0400
committerJake Koroman <jake@jakekoroman.com>2026-05-03 11:16:51 -0400
commitc9755effd9382012ee8fd6c51e6a99376f9ed1ed (patch)
tree5a25c17b7f4f854033628a43733cfc7c8023c1d5 /scripts/bookmarks
parent5a80eb6ce6770dfafee8ae451a3d3397d7dd6065 (diff)
fix rdp and bookmarks scripts.
Diffstat (limited to 'scripts/bookmarks')
-rwxr-xr-xscripts/bookmarks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bookmarks b/scripts/bookmarks
index 0f44727..bdff6bf 100755
--- a/scripts/bookmarks
+++ b/scripts/bookmarks
@@ -1,4 +1,4 @@
#!/bin/sh
url=$(cat $MENULAUNCHER_DIR/bookmarks | fuzzel --dmenu -p "Bookmark: " | sed 's/^.*: //g')
-[[ ! -z "$url" ]] && $BROWSER --new-tab $url &
+[ ! -z "$url" ] && $BROWSER --new-tab $url