From e2ee5436065b022bdc4b060fa1bbf1d33437a8e7 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 21 Dec 2008 15:04:49 +0100 Subject: [PATCH] zshrc: Unification cleanup - Episode V Move genzshrefcard.pl setup variables to the end of the file. --- etc/zsh/zshrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 96c890a..2a70da5 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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 -- 2.1.4