Created
December 8, 2017 20:46
-
-
Save technic/408f3600b88e3d88b45ec3d66d9fe64a to your computer and use it in GitHub Desktop.
bash_logout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.bash_logout: executed by bash(1) when login shell exits. | |
# when leaving the console clear the screen to increase privacy | |
if [ "$SHLVL" = 1 ]; then | |
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment