diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-03-09 18:44:23 +0100 |
---|---|---|
committer | Tobias Klauser <klto@zhaw.ch> | 2010-03-09 18:44:23 +0100 |
commit | 24a5fdbfe5c89248252b70b1103d92ea91f30e29 (patch) | |
tree | 2fb0e28cc4d4a01596d8efa9a2115e461d1bac29 /.zsh/00_skeleton | |
parent | 330ddb47b4752eab2dc2f824cfb078bcca70eb60 (diff) |
Add skeleton file with header
Diffstat (limited to '.zsh/00_skeleton')
-rw-r--r-- | .zsh/00_skeleton | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.zsh/00_skeleton b/.zsh/00_skeleton new file mode 100644 index 0000000..dea4a6a --- /dev/null +++ b/.zsh/00_skeleton @@ -0,0 +1,11 @@ +# <file name> +# +# <description> +# +# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch> +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: git://git.distanz.ch/dotfiles/zsh.git + + +# vim:ft=zsh |