]> git.draconx.ca Git - zshconf.git/blobdiff - zshrc
zshrc: Add all-permissive license notice.
[zshconf.git] / zshrc
diff --git a/zshrc b/zshrc
index 899be85ed31a666b1b7009a56509f4bb36a75680..03762598d9d45232aa16da7b0b7d53f6127ecc0b 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -1,3 +1,12 @@
+# Configuration for interactive shells.
+#
+# Copyright (C) 2009 Nick Bowler
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
 if [[ -n $HOME ]]; then
        HISTFILE=$HOME/.zsh_history
        SAVEHIST=1000