From ac5dce901433fb4e0f02f2fc71b8d571d85da6b1 Mon Sep 17 00:00:00 2001 From: Roman Levin Date: Mon, 17 Feb 2020 21:32:12 +0100 Subject: [PATCH] Remove another `fish` psub usage --- libexec/rbenv-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-init b/libexec/rbenv-init index 4fb8d2e1..cd327fad 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -114,7 +114,7 @@ function rbenv switch "\$command" case ${commands[*]} - source (rbenv "sh-\$command" \$argv|psub) + rbenv "sh-\$command" \$argv|source case '*' command rbenv "\$command" \$argv end