mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
Remove another fish psub usage
This commit is contained in:
parent
19ae300eb8
commit
ac5dce9014
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue