X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/1b92289b17509336e85613d96bfdef8827c3465c..1fc934e9c212b32ecc3257130e52d9f557e1e428:/.zsh/zlogout/99_cls diff --git a/.zsh/zlogout/99_cls b/.zsh/zlogout/99_cls new file mode 100644 index 0000000..6367838 --- /dev/null +++ b/.zsh/zlogout/99_cls @@ -0,0 +1,13 @@ +# zlogout/99_cls +# +# clear the screen +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +clear + +# vim:ft=zsh