diff --git a/.local/bin/duck b/.local/bin/duck index 8569c8f..dd93b2a 100755 --- a/.local/bin/duck +++ b/.local/bin/duck @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash url="https://lite.duckduckgo.com/lite?kd=-1&kp=-1&q=$(urlencode "$*")" # 🦆 exec lynx "$url"