mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
bash: Clear console before logout to not leak any information.
This commit is contained in:
committed by
Daniel
parent
404c8e462b
commit
c51f6767e9
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
# Personal items to perform on logout.
|
# Personal items to perform on logout.
|
||||||
|
|
||||||
|
# Clear console to not leak any information.
|
||||||
|
clear
|
||||||
|
|
||||||
echo "Bye bye."
|
echo "Bye bye."
|
||||||
|
|
||||||
# End ~/.bash_logout
|
# End ~/.bash_logout
|
||||||
|
|||||||
Reference in New Issue
Block a user