From b293daa9af4d8782c19dec401bd38cab5661a78e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Mar 2016 16:20:23 -0500 Subject: .bash_logout: New file --- diff --git a/.bash_logout b/.bash_logout new file mode 100644 index 0000000..9f314cb --- /dev/null +++ b/.bash_logout @@ -0,0 +1,7 @@ +# ~/.bash_logout: executed by bash when login shell exits. + +# Clear the console after the last bash instance exits. + +if [ ${SHLVL} -eq 1 ]; then + [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q +fi diff --git a/.gitignore.d/bash b/.gitignore.d/bash index 348ccee..b62f720 100755 --- a/.gitignore.d/bash +++ b/.gitignore.d/bash @@ -6,6 +6,7 @@ !/.bashrc !/.bash_exports !/.bash_aliases +!/.bash_logout !/ibin/ !/ibin/* !/.gitignore.d/ -- cgit v0.9.1