From: Simon Ruderich Date: Wed, 20 Nov 2019 19:39:49 +0000 (+0100) Subject: shell/logout: remove newline X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=02ee950ec1c3e30f57cd1190d220890112b2956e shell/logout: remove newline --- diff --git a/shell/shell/logout b/shell/shell/logout index a5e1bbc..95b7248 100644 --- a/shell/shell/logout +++ b/shell/shell/logout @@ -18,7 +18,6 @@ # When leaving the console clear the screen to increase privacy. Taken from # Debian default bash files and modified. Thanks. - if test -x /usr/bin/clear_console; then /usr/bin/clear_console -q else