Update .bash_logout

This commit is contained in:
Darren 'Tadgy' Austin 2017-11-27 20:45:05 +00:00
commit 7dd422347d

View file

@ -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