We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b1c9b commit 15f10efCopy full SHA for 15f10ef
1 file changed
scripts/launch.fish
@@ -80,7 +80,7 @@ else
80
set vfox (which vfox)
81
if test -n "$vfox"
82
echo "vfox executable found at $vfox, activating" >&2
83
- source ( "$vfox" activate fish )
+ "$vfox" activate fish | source
84
else
85
echo "vfox not found" >&2
86
export_stdlib_path "which elixir"
0 commit comments