about summary refs log tree commit diff
path: root/profile/.profile.d/wget.sh
blob: de72b2b89e5febd574ebe7cdc7472ea37669b6ec (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

if command -v wget >/dev/null 2>&1; then
	# shellcheck disable=SC2139
	alias wget="wget --hsts-file=${XDG_DATA_HOME}/wget-hsts"
fi

Consider giving Nix/NixOS a try! <3