Created
February 16, 2018 11:13
-
-
Save edjames/ff80ccbaafd0b51cb2e1f19ed349ba5e to your computer and use it in GitHub Desktop.
Digital Ocean .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 | |
# 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