diff --git a/libexec/rbenv-init b/libexec/rbenv-init index a83cee40..d16065f7 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -41,6 +41,9 @@ if [ -z "$print" ]; then zsh ) profile='~/.zshrc' ;; + ksh ) + profile='~/.profile' + ;; * ) profile='your profile' ;; @@ -71,7 +74,7 @@ echo 'rbenv rehash 2>/dev/null' commands=(`rbenv commands --sh`) IFS="|" cat <