diff --git a/config/bash/dot_bash_logout b/config/bash/dot_bash_logout index 3762d94b5..d56620d6b 100644 --- a/config/bash/dot_bash_logout +++ b/config/bash/dot_bash_logout @@ -2,6 +2,9 @@ # Personal items to perform on logout. +# Clear console to not leak any information. +clear + echo "Bye bye." # End ~/.bash_logout