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