]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/logout: remove newline
authorSimon Ruderich <simon@ruderich.org>
Wed, 20 Nov 2019 19:39:49 +0000 (20:39 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 20 Nov 2019 19:39:49 +0000 (20:39 +0100)
shell/shell/logout

index a5e1bbc9c0368cc76825337d82a1476bff383663..95b72481fdad263e2fa3359ae14ded51bc8f491c 100644 (file)
@@ -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