Skip to content

Commit e969c74

Browse files
committed
use jdxcode/rtx instead of asdf
1 parent dc2b17b commit e969c74

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

asdfrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

config/fish/config.fish

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ if command -v direnv > /dev/null;
4848
eval (direnv hook fish)
4949
end
5050

51-
if test -f ~/.asdf/asdf.fish
52-
source ~/.asdf/asdf.fish
51+
if command -v rtx > /dev/null;
52+
rtx activate fish | source
53+
rtx hook-env -s fish | source
54+
rtx complete -s fish | source
5355
end
5456

5557
if command -v starship > /dev/null;

local/bin/asdf-update-all

Lines changed: 0 additions & 12 deletions
This file was deleted.

tool-versions

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
golang 1.17.2
2-
nodejs 19.2.0
2+
nodejs 19.6.0
33
python 3.8.13
44
ruby 3.2.0
55
rust 1.66.1
66
terraform 1.3.6
7-
php 8.1.0RC5
87
heroku-cli 7.67.1
98
kustomize 4.5.7
109
gcloud 410.0.0

0 commit comments

Comments
 (0)