From a9eedbcd479dde22588b19477dbe176fa27ebaf1 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 19 Dec 2018 07:52:11 -0500 Subject: [PATCH] ducksearch now no longer posix compliant --- .scripts/i3cmds/ducksearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/i3cmds/ducksearch b/.scripts/i3cmds/ducksearch index 4e79570..d69f3fb 100755 --- a/.scripts/i3cmds/ducksearch +++ b/.scripts/i3cmds/ducksearch @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Gives a dmenu prompt to search DuckDuckGo. # Without input, will open DuckDuckGo.com.