summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-27 23:32:59 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-27 23:32:59 +0530
commit25f893cf9e9c3658c22534a974d9b440a410ae77 (patch)
tree3cb3e659b5397488f901401a266c76bf9970ad1c
parentbb5e54f7f4c419f6d45cd9bda419e5c25f24bd2c (diff)
wgetrc
-rw-r--r--.config/wget/wgetrc1
-rwxr-xr-x.local/bin/wordmean6
2 files changed, 1 insertions, 6 deletions
diff --git a/.config/wget/wgetrc b/.config/wget/wgetrc
new file mode 100644
index 0000000..4fd7999
--- /dev/null
+++ b/.config/wget/wgetrc
@@ -0,0 +1 @@
+hsts-file=~/.cache/wget-hsts
diff --git a/.local/bin/wordmean b/.local/bin/wordmean
deleted file mode 100755
index e8f5f4e..0000000
--- a/.local/bin/wordmean
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-word=$(dmenu -p "Enter Word: " <&-)
-#$BROWSER https://www.merriam-webster.com/dictionary/$word
-$BROWSER "https://www.google.com/search?hl=en&q=define+$word"
-