diff --git a/bash-skel-.bash_logout b/bash-skel-.bash_logout index 9bb9639..f912cac 100644 --- a/bash-skel-.bash_logout +++ b/bash-skel-.bash_logout @@ -1,3 +1,5 @@ # .bash_logout - file executed when logging out -clear +if [ -x /sbin/consoletype ] && [ `/sbin/consoletype` = vt ]; then + clear +fi