X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=beacc6ecbd1d92f1f69984389b1f53fd1840f97c;hb=4dd4d862e023c4167cdf0477cd8be62978c87890;hp=c9031facc6473665b0b9133942e013b80cf5359b;hpb=464093627312e7be6e3afb6a2c42a5e468d21f16;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index c9031fa..beacc6e 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -220,6 +220,9 @@ to: **'zsh: '** via zsh's vcs_info. == PERSISTENT HISTORY == +If you got commands you consider important enough to be included in every +shell's history, you can put them into ~/.important_commands and they will be +available via the usual history lookup widgets. = REFERENCE = @@ -229,7 +232,7 @@ to: **'zsh: '** via zsh's vcs_info. //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. @@ -238,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): \ @@ -249,11 +252,16 @@ 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** +Directory listing for persistent dirstack (see above). + +: **.important_commands** +List of commands, used by persistent history (see above). = INSTALLATION ON NON-DEBIAN SYSTEMS =