diff --git a/.github/scripts/install-pinned-tools.sh b/.github/scripts/install-pinned-tools.sh index ff7f96d..cc0187d 100755 --- a/.github/scripts/install-pinned-tools.sh +++ b/.github/scripts/install-pinned-tools.sh @@ -16,8 +16,8 @@ set -euo pipefail # Pinned versions. Bump these deliberately; the Meter Reader Minion watches # hardcoded version numbers in scripts. -readonly DROID_VERSION="0.205.0" -readonly CHEZMOI_VERSION="2.72.0" +readonly DROID_VERSION="0.209.0" +readonly CHEZMOI_VERSION="2.72.1" readonly INSTALL_DIR="${HOME}/.local/bin" diff --git a/dot_zsh_plugins.txt b/dot_zsh_plugins.txt index 0a0e392..2474362 100644 --- a/dot_zsh_plugins.txt +++ b/dot_zsh_plugins.txt @@ -40,7 +40,9 @@ ahjota/zsh-manydots-magic matthiasha/zsh-uv-env kind:defer # auto-switch node if n is installed. -# Replaces gretzsky/n.zsh. The upstream switch_n chpwd hook called `exit 1` -# when `n` wasn't installed and killed the shell on every cd. My fork -# ahjota/n.zsh fixes this behavior. -ahjota/n.zsh kind:defer +# The upstream gretzky/n.zsh repo was renamed to vineyardbovines/n.zsh. +# The original switch_n chpwd hook still calls `exit 1` when `n` or `jq` +# isn't installed, which kills the shell on every cd. The previous fork +# (ahjota/n.zsh) is no longer available, so this points at the renamed +# upstream; use with care if `n` is not installed. +vineyardbovines/n.zsh kind:defer