diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-03-09 17:15:26 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-03-09 17:15:26 +0100 |
commit | 84930a568785e645ee04e49c58118847eabdd602 (patch) | |
tree | 7572706e735cf8a5e155ae235e70af52fa8043bf | |
parent | d9bfee45e2b8281c28b52dcfa8710df16349b3fe (diff) |
Add zlogout/99_cls, fix martins name
-rw-r--r-- | .zsh/zlogout/99_cls | 12 | ||||
-rw-r--r-- | .zshenv | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/.zsh/zlogout/99_cls b/.zsh/zlogout/99_cls new file mode 100644 index 0000000..087ed16 --- /dev/null +++ b/.zsh/zlogout/99_cls @@ -0,0 +1,12 @@ +# logout/99_cls +# +# clear the screen on exit +# +# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch> +# +# Source repository: git://git.distanz.ch/dotfiles/zsh.git +# +# Based on the zsh setup by martin f. krafft which can be found at: +# git://git.madduck.net/etc/zsh.git + +clear @@ -4,5 +4,5 @@ # # Source repository: git://git.distanz.ch/dotfiles/zsh.git # -# Based on the zsh setup by martn f. krafft which can be found at: +# Based on the zsh setup by martin f. krafft which can be found at: # git://git.madduck.net/etc/zsh.git |