X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Flogout;h=a540ec8f3167f31052f39515aded7fe7ffd6d6d9;hb=HEAD;hp=e8bb4f1949a6cb2f892bc930b6221c8064ebdd01;hpb=0d1c3c96beca1d3667df0fc7985423fab82d8086;p=config%2Fdotfiles.git diff --git a/zsh/logout b/zsh/logout deleted file mode 100644 index e8bb4f1..0000000 --- a/zsh/logout +++ /dev/null @@ -1,8 +0,0 @@ -# Zsh configuration file loaded when zsh exits. - - -# 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