]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zlogout/99_cls
8a11e82e96f61985ce074bc97ba3d0870a888235
[zsh.git] / .zsh / zlogout / 99_cls
1 # zlogout/99_cls
2 #
3 # clear the screen
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 clear
12
13 # vim:ft=zsh