]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bash_logout
- according to blues mail, its better to use /etc/env.d/GREP_OPTIONS then adding...
[packages/bash.git] / bash-skel-.bash_logout
1 # .bash_logout - file executed when logging out
2
3 if [ -x /sbin/consoletype ] && [ `/sbin/consoletype` = vt ]; then
4         clear
5 fi
This page took 0.070336 seconds and 3 git commands to generate.