Skip to content

Commit

Permalink
fix unkown command elxir with rtx and fish (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Nov 2, 2023
1 parent ccb05ac commit f5f62da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/launch.fish
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ else
set rtx (which rtx)
if test -n "$rtx"
echo "rtx executable found in $rtx, activating" >&2
"$rtx" activate fish | source

"$rtx" env -s fish | source
else
echo "rtx not found" >&2
end
Expand Down

0 comments on commit f5f62da

Please sign in to comment.