Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8157 committed Aug 10, 2011
1 parent a526f37 commit 12b89f1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .bash_logout
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#clear the screen

if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q \
|| /usr/bin/clear
if [ "$SHLVL" = 1 ]
then
if [ -x /usr/bin/clear_console ]
then
/usr/bin/clear_console -q
else
/usr/bin/clear
fi
fi

0 comments on commit 12b89f1

Please sign in to comment.