Insignificant change to .bash_logout.
This commit is contained in:
parent
d12175b333
commit
af66cd3c91
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
if (( $SHLVL == 1 )); then
|
if (( SHLVL == 1 )); then
|
||||||
if [ -x /usr/bin/clear_console ]; then
|
if [ -x /usr/bin/clear_console ]; then
|
||||||
/usr/bin/clear_console -q
|
/usr/bin/clear_console -q
|
||||||
elif [ -x /usr/bin/clear ]; then
|
elif [ -x /usr/bin/clear ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue