diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9682c327..d3d1a359 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -79,6 +79,9 @@ update_tools() { nix-channel --update sheldon lock --update + if command -v rtx; then + rtx self-update + fi } # Keep under 120ms...!