This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
Remove `exit 0` from initialization code of fish
pull/215/head
Yamashita Yuu
12 years ago
parent
0468ffdd49
commit
6f761f8159
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libexec/pyenv-init
+ 2
- 1
libexec/pyenv-init
View File
@ -140,7 +140,6 @@ function pyenv
end
end
EOS
exit 0
;;
ksh )
cat <<EOS
@ -156,6 +155,7 @@ EOS
;;
esac
if [ "$shell" != "fish" ]; then
IFS="|"
cat <<EOS
command="\$1"
@ -171,3 +171,4 @@ cat <
esac
}
EOS
fi
Write
Preview
Loading…
Cancel
Save