zshrc: Unification cleanup - Episode V
authorFrank Terbeck <ft@bewatermyfriend.org>
Sun, 21 Dec 2008 14:04:49 +0000 (15:04 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Sun, 8 Feb 2009 12:32:01 +0000 (13:32 +0100)
Move genzshrefcard.pl setup variables to the end of the file.

etc/zsh/zshrc

index 96c890a..2a70da5 100644 (file)
@@ -2929,11 +2929,6 @@ if [[ -r ~/.important_commands ]] ; then
 fi
 # }}}
 
-## genrefcard.pl settings {{{
-### example: split functions-search 8,16,24,32
-#@# split functions-search 8
-## }}}
-
 #:grep:marker:for:mika: :-)
 ### non-root (EUID != 0) code below
 ###
@@ -4267,9 +4262,15 @@ xsource "${HOME}/.zshrc.local"
 
 # }}}
 
-### doc strings for external functions from files {{{
+## genrefcard.pl settings {{{
+
+### doc strings for external functions from files
 #m# f5 grml-wallpaper() Sets a wallpaper (try completion for possible values)
-#}}}
+
+### example: split functions-search 8,16,24,32
+#@# split functions-search 8
+
+## }}}
 
 ## END OF FILE #################################################################
 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4