Closed Sebbo94BY closed 8 years ago
@Sebi94nbg - This does not have the desired affect that you are trying to achieve. If you source the .profile
from within the install.sh
, that only affects the session within the install.sh
script and ends as soon as the script completes. The autocomplete behavior is not exported out to the parent shell. Therefore, you have to manually source the .profile
from your existing shell or logout/login again.
Oh, yes. You're right, @edevenport. Sorry, forgot that it only affects the current session.
CLI auto-completion will be enabled automatically now.