From: Frank Terbeck Date: Mon, 3 Aug 2009 13:49:06 +0000 (+0200) Subject: grmlzshrc.t2t: Keep list layout consistent X-Git-Tag: v0.3.77~38 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=4dd4d862e023c4167cdf0477cd8be62978c87890;p=grml-etc-core.git grmlzshrc.t2t: Keep list layout consistent --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 43cb281..beacc6e 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -232,7 +232,7 @@ available via the usual history lookup widgets. //grmlzshrc// comes with a wide array of defined shell functions to ease the user's life. -: urlencode() +: **urlencode()** Takes a string as its first argument and prints it RFC 2396 URL encoded to standard out. @@ -241,7 +241,7 @@ standard out. This is a set of files, that - if they exist - can be used to customize the behaviour of //grmlzshrc//. -: .zshrc.pre +: **.zshrc.pre** Sourced at the very beginning of //grmlzshrc//. Among other things, it can be used to permantenly change //grmlzshrc//'s STARTUP VARIABLES (see above): \ @@ -252,15 +252,15 @@ BATTERY=1 GRML_ALWAYS_LOAD_ALL=1 ``` -: .zshrc.local +: **.zshrc.local** Sourced right before loading //grmlzshrc// is finished. There is a global version of this file (/etc/zsh/zshrc.local) which is sourced before the user-specific one. -: .zdirs +: **.zdirs** Directory listing for persistent dirstack (see above). -: .important_commands +: **.important_commands** List of commands, used by persistent history (see above).