aboutsummaryrefslogtreecommitdiff
path: root/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv3
1 files changed, 1 insertions, 2 deletions
diff --git a/zshenv b/zshenv
index ecd7a85..ffdc041 100644
--- a/zshenv
+++ b/zshenv
@@ -45,8 +45,7 @@ gentemplateoff () {
# Web Querying
search () {
- search_query=${1// /_}
- web "duckduckgo.com/$search_query"
+ web "duckduckgo.com/?q=$1"
}
web () {