Skip to content

Commit 4894b38

Browse files
committed
rtx: use env -s instead of activate
1 parent eaf2db2 commit 4894b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else
5353
if which rtx >/dev/null
5454
then
5555
>&2 echo "rtx executable found in $(which rtx), activating"
56-
eval "$($(which rtx) activate "$preferred_shell")"
56+
eval "$($(which rtx) env -s "$preferred_shell")"
5757
else
5858
>&2 echo "rtx not found"
5959
fi

0 commit comments

Comments
 (0)