X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=beacc6ecbd1d92f1f69984389b1f53fd1840f97c;hb=4dd4d862e023c4167cdf0477cd8be62978c87890;hp=e85c5124b06611b9cb565cc1bac0953316f15a27;hpb=ca3dedb3c5521ff4f6aef705efc446af0f2fde02;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index e85c512..beacc6e 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -211,9 +211,18 @@ style. (The default is **true** in all contexts.) == PROMPT == + == GNU/SCREEN STATUS SETTING == +//grmlzshrc// sets screen's hardstatus lines to the currently running command +or **'zsh'** if the shell is idling at its prompt. If the current working +directory is inside a repository unter version control, screen status is set +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 = @@ -223,7 +232,7 @@ style. (The default is **true** in all contexts.) //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. @@ -232,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): \ @@ -243,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 =