mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Remove another fish
psub usage
This commit is contained in:
parent
19ae300eb8
commit
ac5dce9014
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue