From 6f761f8159b9ee9cd94fbb6a7a13216220cf5be9 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Mon, 30 Jun 2014 23:00:09 +0900 Subject: [PATCH] Remove `exit 0` from initialization code of fish --- libexec/pyenv-init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/pyenv-init b/libexec/pyenv-init index d559c77f..c99ba445 100755 --- a/libexec/pyenv-init +++ b/libexec/pyenv-init @@ -140,7 +140,6 @@ function pyenv end end EOS - exit 0 ;; ksh ) cat <