Skip to content

Commit f5f62da

Browse files
authored
fix unkown command elxir with rtx and fish (#1019)
1 parent ccb05ac commit f5f62da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/launch.fish

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ else
2626
set rtx (which rtx)
2727
if test -n "$rtx"
2828
echo "rtx executable found in $rtx, activating" >&2
29-
"$rtx" activate fish | source
29+
30+
"$rtx" env -s fish | source
3031
else
3132
echo "rtx not found" >&2
3233
end

0 commit comments

Comments
 (0)