zshrc: add a check for ZSH_VERSION >= 3.1.7
[grml-etc-core.git] / etc / skel / .zshrc
index 247e271..830df2f 100644 (file)
@@ -24,6 +24,9 @@
 if [[ -z "$ZSHRC_GLOBAL_HAS_BEEN_READ" ]] ; then
     print 'Warning: global zsh config has not been read.' >&2
     print '         prepare for possible errors!'         >&2
+    print '' >&2
+    print 'See our refcard for info on how to get the complete configuration:' >&2
+    print '    <http://grml.org/zsh/grml-zsh-refcard.pdf>' >&2
 fi
 # }}}