Clear screen on logout
This commit is contained in:
parent
53ee8c6bb7
commit
28cd90389d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ case "$-" in
|
||||||
then
|
then
|
||||||
set -o emacs
|
set -o emacs
|
||||||
fi
|
fi
|
||||||
|
trap clear EXIT
|
||||||
usermotd
|
usermotd
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue