X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=644070f7f3c7d789d319f7011d4d5ace8e408d5b;hb=4f9cbb4bae166783f31b702b917ac3761aa34b2a;hp=d6a29f496e748d28c346da4cc717db3bd095f520;hpb=f70c5f141ce1643c8915d87369f8b33fb72c0e7c;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index d6a29f4..644070f 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Son Mai 27 19:12:26 CEST 2007 [mika] +# Latest change: Die Mai 29 16:30:03 CEST 2007 [mika] ################################################################################ # This file is sourced only for interactive shells. It # should contain commands to set up aliases, functions, @@ -1267,5 +1267,9 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"." fi # }}} +# add variable to be able to check whether the file has been read {{{ + ZSHRC_GLOBAL_HAS_BEEN_READ=1 +# }}} + ## END OF FILE ################################################################# # vim:foldmethod=marker expandtab