Add README
authorMikael Berthe <mikael@lilotux.net>
Sun, 15 Jul 2012 16:48:36 +0200
changeset 16 be9820f70412
parent 15 5f43e2cd8ebe
child 17 448a96dfa3e6
Add README
README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Sun Jul 15 16:48:36 2012 +0200
@@ -0,0 +1,16 @@
+
+Zsh configuration
+
+To use this Z shell environment,
+clone (or copy) this repository to ~/.zsh directory
+and add a ~/.zshenv file containing the following lines:
+
+===
+export ZDOTDIR=~/.zsh
+[ -f $ZDOTDIR/zshenv ] && . $ZDOTDIR/zshenv
+===
+
+Comments and suggestions are welcome!
+
+Mikael
+Email/Jabber: <mikael@lilotux.net>