diff options
-rw-r--r-- | startprefix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/startprefix b/startprefix index c720b1d..f9aeaab 100644 --- a/startprefix +++ b/startprefix @@ -50,7 +50,8 @@ fi export SHELL # give a small notice -echo "Entering Gentoo Prefix ${EPREFIX}" +echo "Starting Gentoo Prefix shell ${SHELL}" +echo "[exit the shell to deactivate Gentoo Prefix]" # start the login shell, clean the entire environment but what's needed RETAIN="HOME=$HOME TERM=$TERM USER=$USER SHELL=$SHELL" # PROFILEREAD is necessary on SUSE not to wipe the env on shell start |