Move wget HSTS file into XDG_STATE_HOME

This commit is contained in:
2024-04-14 02:16:55 +02:00
parent 3fdd991cef
commit 45060743ce

View File

@@ -158,6 +158,8 @@ alias dc=docker-compose
alias hx=helix alias hx=helix
alias h=helix alias h=helix
alias wget="wget --hsts-file ${XDG_STATE_HOME}/wget-hsts"
gitmaster() { gitmaster() {
git stash push -m gitmaster-$(date -uIseconds) -u || return 1 git stash push -m gitmaster-$(date -uIseconds) -u || return 1
_branch=$(git rev-parse --abbrev-ref HEAD) _branch=$(git rev-parse --abbrev-ref HEAD)