Skip to content

Commit

Permalink
whoops - forgot the variable sigil
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Oct 24, 2024
1 parent 3dd9436 commit 59a28f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/available/jake-xdg.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +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"'
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 59a28f0

Please sign in to comment.