X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/307d1123f26d1254ca8ee8be20988659909b08b4..8fca53e338800d52948ed062adf6ff67704df583:/bash_logout?ds=sidebyside diff --git a/bash_logout b/bash_logout deleted file mode 100644 index de4f5f7..0000000 --- a/bash_logout +++ /dev/null @@ -1,7 +0,0 @@ -# ~/.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