Michael Grubb 7e83e07cf3 Made ksh portability changes
Added specific message for ksh in identifying the proper shell
initialization file.

Changed rbenv functiond definition to be more portable.
Shell functions should be defined by using the function command or
using the parenthesis grammar, but using both is not portable:

rbenv() {...  -or-
function rbenv { ...
2011-12-15 14:54:38 -06:00
..
2011-09-13 13:12:04 -05:00
2011-09-28 10:59:02 -05:00
2011-12-15 14:54:38 -06:00
2011-09-13 13:12:04 -05:00
2011-11-10 10:54:30 -06:00
2011-08-18 14:09:48 -05:00
2011-09-13 13:12:04 -05:00
2011-09-13 12:55:19 -05:00
2011-09-13 12:59:59 -05:00