Previously Josip Rodin wrote:
> The bash package in potato includes a nice /etc/skel/.bash_logout file:
> 
> # ~/.bash_logout: executed by bash(1) when login shell exits.
> 
> # when leaving the console clear the screen to increase privacy
> 
> case "`tty`" in
>     /dev/tty[0-9]) clear
> esac

Eww! Barf! I would actually consider it a bug if my shell did that
by default. It's also a completely broken test, if doesn't work for
tty10 for example.

Wichert.

-- 
   ________________________________________________________________
 / Generally uninteresting signature - ignore at your convenience  \
| [EMAIL PROTECTED]                  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to