summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-06-21 21:40:36 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:08 +0100
commit8f8e71a09c7823383eb4b3c72b5ab28d3b49f420 (patch)
tree05e9cd29de6364450651468d065f9bc9c5a28f90 /.zshrc
parent90190ba76fb97ed5e79b102e55b5300f5dbc26fc (diff)
=?utf-8?q?Beaucoup=20d'am=C3=A9liorations,
=20du=20m=C3=A9nage=20dans=20les=20bindings=20(caract=C3=A8res=20d'=C3=A9chappement=20d=C3=A9gueu), =20rajout=20d'en-t=C3=AAtes=20homog=C3=A8nes, =20r=C3=A9glages=20dans=20les=20options=20de=20compl=C3=A9tion=20automagique.?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@251 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 6146ac6..64503a3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,5 +1,27 @@
+
ZDOTDIR=~/.zsh
+##
+## THIS FILE IS NOT INTENDED TO BE MODIFIED ! READ ABOVE...
+##
+## Instead, add/edit your configuration files inside $ZDOTDIR.
+##
+## If you want to add a file, name it specifically in the form
+##
+## $ZDOTDIR/??_*.zsh
+##
+## Where "??" should be a two-digits number.
+## With that, file ``10_Toto.zsh'' would be parsed before
+## file ``20_Tutu.zsh'', allowing you to organize your scripts.
+##
+## If you want to make host-specific configurations, create a
+## file named with the root of your configuration file, and
+## append to it ".$(hostname -s)". (replace "zsh" by the hostname.
+## if you have a computer named "zsh", well....... :-) )
+## For example, for specific configuration for the host HAL in
+## the file 10_Toto.zsh, you would create a file named 10_Toto.HAL
+##
+
if [ -d $ZDOTDIR ]; then
for script in $ZDOTDIR/??_*.zsh
do