commit 35f70b82cf167ad76e70b726a88f33e308f6b9f8
parent 0cff457c09c48093b86a875e6b230e4ff05b7e07
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  3 Sep 2019 14:16:53 +0200
Do not echo query
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.local/bin/ducksearch b/.local/bin/ducksearch
@@ -13,7 +13,6 @@ url="$(grep 'href="htt' "$HOME"/code/adamsgaard.dk/bookmark.html | \
 
 choice=$(echo "$url" | dmenu_themed -i -p "Search DuckDuckGo:") || exit 1
 
-echo "$choice"
 if [ "$choice" = "🦆"  ]; then
 	$browser "https://duckduckgo.com"
 else