Update README.md
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
cf0215f422
commit
5e08d969eb
8 changed files with 52 additions and 16 deletions
|
@ -13,6 +13,6 @@
|
|||
# This script is automatically executed when the login shell exits.
|
||||
|
||||
# Clear console output
|
||||
if [ "$SHLVL" = 1 ]; then
|
||||
if [ "${SHLVL}" = 1 ]; then
|
||||
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue