Skip to content

Commit

Permalink
wget solved in XDG via alias. Not a perfect solution
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Oct 24, 2024
1 parent f7d31f4 commit 3dd9436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/available/jake-xdg.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export JARVIZ_DIR="${XDG_CACHE_HOME}" # a jar analyzer, from sdkman
# or https://unix.stackexchange.com/questions/630642/change-location-of-python-history
export REDISCLI_HISTFILE="${XDG_STATE_HOME}/redis/cli-history"
export PERL_CPANM_HOME="${XDG_STATE_HOME}/cpanm" # cpanm command in the cpanminus package from apt (for rakubrew)
alias wget='wget --hsts-file="{XDG_STATE_HOME}/wget-hsts"'

: ${JAKE_XDG_BIN_DIR:=${HOME}/.local/bin}
# install via https://github.com/pyenv/pyenv-installer. Installed via fork, so it's prudent to export it here
Expand Down

0 comments on commit 3dd9436

Please sign in to comment.