Currently, when I log out (Ctrl-D), dash doesn't clear the screen before showing the new login prompt. I'd like to have dash execute a script (or simply execute /usr/bin/clear) when I press Ctrl-D.
I know I could do this in bash with ~/.bash_logout. But for dash -- Google has been no help. So, is something like this possible (and somewhat simple)?
Thanks
