Added a note about modifying the zshrc file
authorFrank Terbeck <ft@grml.org>
Wed, 15 Sep 2010 09:53:30 +0000 (11:53 +0200)
committerFrank Terbeck <ft@grml.org>
Wed, 15 Sep 2010 09:53:30 +0000 (11:53 +0200)
debian/changelog
etc/zsh/zshrc

index 9d37f4b..f595836 100644 (file)
@@ -3,6 +3,8 @@ grml-etc-core (0.3.84) UNRELEASED; urgency=low
   [ Frank Terbeck ]
   * zshrc: Remove git-get-*() as discussed on IRC.
   * zshrc: Fixied a bug in whatwhen(); found be Joerg Woelke.
+  * zshrc: Added a note about modifying the zshrc file when it is
+    used as ~/.zshrc
   * grmlzshrc.t2t: Remove references to git-get-*().
 
   [ Carsten Hey ]
@@ -22,7 +24,7 @@ grml-etc-core (0.3.84) UNRELEASED; urgency=low
   [ Ulrich Dangel ]
   * zshrc: Remove get{air,gizmo,skype,skypebeta,xlite} functions
 
- -- Frank Terbeck <ft@grml.org>  Sat, 28 Aug 2010 15:19:00 +0200
+ -- Frank Terbeck <ft@grml.org>  Wed, 15 Sep 2010 11:51:40 +0200
 
 grml-etc-core (0.3.83) unstable; urgency=low
 
index c9ccee1..7d63e64 100644 (file)
 # Global Order: zshenv, zprofile, zshrc, zlogin
 ################################################################################
 
+# USAGE
+# If you are using this file as your ~/.zshrc file, please use ~/.zshrc.pre
+# and ~/.zshrc.local for your own customisations. The former file is read
+# before ~/.zshrc, the latter is read after it. Also, consider reading the
+# refcard and the reference manual for this setup, both available from:
+#     <http://grml.org/zsh/>
+
 # Contributing:
 # If you want to help to improve grml's zsh setup, clone the grml-etc-core
 # repository from git.grml.org: