From 84930a568785e645ee04e49c58118847eabdd602 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 9 Mar 2010 17:15:26 +0100 Subject: Add zlogout/99_cls, fix martins name --- .zsh/zlogout/99_cls | 12 ++++++++++++ .zshenv | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .zsh/zlogout/99_cls 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 +# +# 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 diff --git a/.zshenv b/.zshenv index bd42cd7..7627cf6 100644 --- a/.zshenv +++ b/.zshenv @@ -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 -- cgit v1.2.3-54-g00ecf