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:
@@ -114,7 +114,7 @@ function rbenv
|
|||||||
|
|
||||||
switch "\$command"
|
switch "\$command"
|
||||||
case ${commands[*]}
|
case ${commands[*]}
|
||||||
source (rbenv "sh-\$command" \$argv|psub)
|
rbenv "sh-\$command" \$argv|source
|
||||||
case '*'
|
case '*'
|
||||||
command rbenv "\$command" \$argv
|
command rbenv "\$command" \$argv
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user