From 7dd422347d909eb9be8095b285fc99ad7c00f767 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Mon, 27 Nov 2017 20:45:05 +0000 Subject: [PATCH] Update .bash_logout --- .bash_logout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_logout b/.bash_logout index 09dee2b..e5cb608 100644 --- a/.bash_logout +++ b/.bash_logout @@ -6,6 +6,6 @@ if (( $SHLVL == 1 )); then elif [ -x /usr/bin/tput ]; then /usr/bin/tput clear else - echo "${BASH_SOURCE##*/}: couldn't clear the screen" + echo -ne "\E[2J" fi fi