Carsten Hey wrote: > Please clear console on logout if the recommended config for new users > is used.
I think this should be doable with a zshexit hook like this: function debian_clear_upon_exit () { clear } add-zsh-hook zshexit debian_clear_upon_exit That hook could be installed in the recommended setup file. Disclaimer: I didn't try this. :-) Regards, Frank -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org