We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2b17b commit e969c74Copy full SHA for e969c74
asdfrc
config/fish/config.fish
@@ -48,8 +48,10 @@ if command -v direnv > /dev/null;
48
eval (direnv hook fish)
49
end
50
51
-if test -f ~/.asdf/asdf.fish
52
- source ~/.asdf/asdf.fish
+if command -v rtx > /dev/null;
+ rtx activate fish | source
53
+ rtx hook-env -s fish | source
54
+ rtx complete -s fish | source
55
56
57
if command -v starship > /dev/null;
local/bin/asdf-update-all
tool-versions
@@ -1,10 +1,9 @@
1
golang 1.17.2
2
-nodejs 19.2.0
+nodejs 19.6.0
3
python 3.8.13
4
ruby 3.2.0
5
rust 1.66.1
6
terraform 1.3.6
7
-php 8.1.0RC5
8
heroku-cli 7.67.1
9
kustomize 4.5.7
10
gcloud 410.0.0
0 commit comments