diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-19 07:52:11 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-19 07:52:11 -0500 |
| commit | a9eedbcd479dde22588b19477dbe176fa27ebaf1 (patch) | |
| tree | 63e6430c9bf534ee256bcb3bb0a8506cb03a620e /.scripts/i3cmds/ducksearch | |
| parent | 4f53a2425bb5a4c3bfaf8ff5aace8bbd0159f3a4 (diff) | |
| download | eibhear-a9eedbcd479dde22588b19477dbe176fa27ebaf1.tar.gz eibhear-a9eedbcd479dde22588b19477dbe176fa27ebaf1.tar.zst eibhear-a9eedbcd479dde22588b19477dbe176fa27ebaf1.zip | |
ducksearch now no longer posix compliant
Diffstat (limited to '.scripts/i3cmds/ducksearch')
| -rwxr-xr-x | .scripts/i3cmds/ducksearch | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
