File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
set mise (which mise)
63
63
if test -n " $mise "
64
64
echo " mise executable found at $mise , activating" >&2
65
- source ( " $mise " env -s fish )
65
+ " $mise " env -s fish | source
66
66
export_stdlib_path " mise which elixir"
67
67
else
68
68
echo " mise not found" >&2
71
71
set rtx (which rtx)
72
72
if test -n " $rtx "
73
73
echo " rtx executable found at $rtx , activating" >&2
74
- source ( " $rtx " env -s fish )
74
+ " $rtx " env -s fish | source
75
75
export_stdlib_path " rtx which elixir"
76
76
else
77
77
echo " rtx not found" >&2
80
80
set vfox (which vfox)
81
81
if test -n " $vfox "
82
82
echo " vfox executable found at $vfox , activating" >&2
83
- source ( " $vfox " activate fish )
83
+ " $vfox " activate fish | source
84
84
else
85
85
echo " vfox not found" >&2
86
86
export_stdlib_path " which elixir"
You can’t perform that action at this time.
0 commit comments