X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Flogout;h=ed0559a98cd9bd45d786d454de53ecf6e6b05e90;hb=2a542e569e62cb7618ab485759ea7994385b5ddd;hp=91f49643118dc0c646116a6e043bb7bca73e2735;hpb=0d1c3c96beca1d3667df0fc7985423fab82d8086;p=config%2Fdotfiles.git diff --git a/bash/logout b/bash/logout index 91f4964..ed0559a 100644 --- a/bash/logout +++ b/bash/logout @@ -1,8 +1,6 @@ -# Bash logout configuration file. +# Bash logout file. -# When leaving the console clear the screen to increase privacy. Taken from -# Debian default bash files. Thanks. -if [ "$SHLVL" = 1 ]; then - [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q -fi +source_config ~/.shell/logout + +# vim: ft=sh