Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- clear terminal only on console
Changed files:
    bash-skel-.bash_logout -> 1.2
  • Loading branch information
glensc authored and cvs2git committed Jun 24, 2012
1 parent dcd748f commit 9325f66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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

0 comments on commit 9325f66

Please sign in to comment.