Skip to content

Commit

Permalink
Add rtx self updator
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 22, 2023
1 parent fb67f20 commit 467a50d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ update_tools() {

nix-channel --update
sheldon lock --update
if command -v rtx; then
rtx self-update
fi
}

# Keep under 120ms...!
Expand Down

0 comments on commit 467a50d

Please sign in to comment.