1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00

Remove another fish psub usage

This commit is contained in:
Roman Levin
2020-02-17 21:32:12 +01:00
committed by Roman Levin
parent 19ae300eb8
commit ac5dce9014

View File

@@ -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