aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-04-28 08:41:32 -0400
committertdro <tdro@users.noreply.github.com>2021-04-28 08:41:32 -0400
commit2a47718c3c8db1e36cbda2b641eb50cdc2d01be6 (patch)
treed802dafb58c99225c85c1444cde884fc725d0875 /.local
parent955b5ec3657cf5c7f92b85671134a207f3995ebb (diff)
downloaddotfiles-2a47718c3c8db1e36cbda2b641eb50cdc2d01be6.tar.gz
dotfiles-2a47718c3c8db1e36cbda2b641eb50cdc2d01be6.tar.bz2
dotfiles-2a47718c3c8db1e36cbda2b641eb50cdc2d01be6.zip
.local/bin: Add wget wrapper, remove alias
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/wget2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/wget b/.local/bin/wget
new file mode 100755
index 0000000..ca229b3
--- /dev/null
+++ b/.local/bin/wget
@@ -0,0 +1,2 @@
+#!/bin/sh -eu
+$(which wget --all | grep -v "local/bin" | head -n 1) --hsts-file "$HOME/.cache/wget.history" "$@";