]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-skel-.bash_logout
- up to 4.0.10
[packages/bash.git] / bash-skel-.bash_logout
index 9bb9639b8799558b9a96c35643098d28960194cc..f912cacb7a9fa1b29e59bf40fe4760923947fa47 100644 (file)
@@ -1,3 +1,5 @@
 # .bash_logout - file executed when logging out
 
-clear
+if [ -x /sbin/consoletype ] && [ `/sbin/consoletype` = vt ]; then
+       clear
+fi
This page took 0.051917 seconds and 4 git commands to generate.