Skip to content

Commit

Permalink
use jdxcode/rtx instead of asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchan committed Feb 11, 2023
1 parent dc2b17b commit e969c74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
1 change: 0 additions & 1 deletion asdfrc

This file was deleted.

6 changes: 4 additions & 2 deletions config/fish/config.fish
Expand Up @@ -48,8 +48,10 @@ if command -v direnv > /dev/null;
eval (direnv hook fish)
end

if test -f ~/.asdf/asdf.fish
source ~/.asdf/asdf.fish
if command -v rtx > /dev/null;
rtx activate fish | source
rtx hook-env -s fish | source
rtx complete -s fish | source
end

if command -v starship > /dev/null;
Expand Down
12 changes: 0 additions & 12 deletions local/bin/asdf-update-all

This file was deleted.

3 changes: 1 addition & 2 deletions tool-versions
@@ -1,10 +1,9 @@
golang 1.17.2
nodejs 19.2.0
nodejs 19.6.0
python 3.8.13
ruby 3.2.0
rust 1.66.1
terraform 1.3.6
php 8.1.0RC5
heroku-cli 7.67.1
kustomize 4.5.7
gcloud 410.0.0
Expand Down

0 comments on commit e969c74

Please sign in to comment.