From: Michael Prokop Date: Wed, 24 Jun 2015 13:59:37 +0000 (+0200) Subject: Update grmlzshrc.html X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=cae80b5f483a95d271c56aade9d25a58582baa0b;hp=439a971b26eb9c9d9b57d504ce8a87ca26eaf5b1;p=grml.org.git Update grmlzshrc.html --- diff --git a/zsh/grmlzshrc.html b/zsh/grmlzshrc.html index 4d76a8e..dc3d054 100644 --- a/zsh/grmlzshrc.html +++ b/zsh/grmlzshrc.html @@ -10,7 +10,7 @@

NAME

@@ -59,15 +59,14 @@ variables. These may be set temporarily when starting zsh like this:

-% BATTERY=1 zsh
+% GRML_DISPLAY_BATTERY=1 zsh
 

Or by setting them permanently in zshrc.pre (See AUXILIARY FILES below).

BATTERY
-If set to a value greater than zero and acpi installed, grmlzshrc will -put the battery status into the right hand side interactive prompt. +Deprecated. Use GRML_DISPLAY_BATTERY instead.

COMMAND_NOT_FOUND
@@ -75,6 +74,12 @@ A non zero value activates a handler, which is called when a command can not be found. The handler is defined by GRML_ZSH_CNF_HANDLER (see below).

+
GRML_DISPLAY_BATTERY
+If set to a value greater than zero, grmlzshrc will put the battery status +into the right hand side interactive prompt. Supported OSes are GNU/Linux, +FreeBSD, OpenBSD and Darwin. +

+
GRML_ZSH_CNF_HANDLER
This variable contains the handler to be used by COMMAND_NOT_FOUND (see above) and defaults to "/usr/share/command-not-found/command-not-found". @@ -471,11 +476,6 @@ already set otherwise.
PAGER
Set less(1) as default pager, if not already set to something different. -

-
-
SHELL
-Set explicitly to /bin/zsh, to prevent certain terminal emulators to -default to /bin/sh or /bin/bash.

OPTIONS

@@ -667,9 +667,9 @@ screen and ssh.

bk()
-Simple backup of a file or directory using cp(1). The target file name is the -original name plus a time stamp attached. Symlinks and file attributes like mode, -ownership and timestamps are preserved. +Simple backup management of a file or directory using standard unix programs. +The target file name is the original name plus a time stamp attached. Symlinks +and file attributes like mode, ownership and timestamps are preserved.

cdrecord()
@@ -696,8 +696,8 @@ if command is a program.

checkhome()
-Changes directory to $HOME on first invocation of zsh. This is neccessary on -grml systems with autologin. +Changes directory to $HOME on first invocation of zsh. This is necessary on +Grml systems with autologin.

cl()
@@ -740,6 +740,16 @@ Edit given shell function. Reloads an autoloadable shell function (See autoload in zshbuiltins(1)).

+
grml_vcs_info_toggle_colour()
+Toggles between coloured and uncoloured formats in vcs_info configuration. +This is useful with prompts that break if colour codes are in vcs_info +format expansions (like the `clint' prompt and every other prompt that +uses %v to expand the contents of `$vcs_into_msg_0_'). If you are using +customised vcs_info formats, you shouldn't be using this function, since +it will set all formats to grml's default values (either coloured or plain) +again. +

+
hgdi()
Use GNU diff with options -ubwd for mercurial.

@@ -781,6 +791,10 @@ Returns true, if zsh version is equal or greater than 4.3.3, else false. Returns true, if running on darwin, else false.

+
isfreebsd()
+Returns true, if running on FreeBSD, else false. +

+
isgrml()
Returns true, if running on a grml system, else false.

@@ -793,11 +807,19 @@ Returns true, if running on a grml system from a live cd, else false. Returns true, if run on grml-small, else false.

+
islinux()
+Returns true, if running on Linux, else false. +

+
iso2utf()
Changes every occurrence of the string iso885915 or ISO885915 in environment variables to UTF-8.

+
isopenbsd()
+Returns true, if running on OpenBSD, else false. +

+
isutfenv()
Returns true, if run within an utf environment, else false.

@@ -827,7 +849,7 @@ Example usages:

profile()
-Runs a command in $SHELL with profiling enabled (See startup variable +Runs a command in zsh with profiling enabled (See startup variable ZSH_PROFILE_RC above).

@@ -1064,7 +1086,7 @@ Runs the function H-Glob() to expand or explain wildcards. Prints status of jobs in the current shell session in long format.

-
l (ls -lF --color=auto)
+
l (ls -l --color=auto)
Lists files in long output format with indicator for filetype appended to filename. If the terminal supports it, with colored output.

@@ -1092,7 +1114,7 @@ Lists files in long colored output format. Opens syslog in pager.

-
ls (ls -CF --color=auto)
+
ls (ls -C --color=auto)
Lists directory, entries are listed by columns and an indicator for file type is appended to each file name. Additionally the output is colored, if the terminal supports it. @@ -1173,7 +1195,7 @@ as configuration.

su (sudo su)
-If user is running a grml live-CD, dont ask for any password, if she +If user is running a Grml live system, don't ask for any password, if she wants a root shell.

@@ -1221,7 +1243,7 @@ be used to permantenly change grmlzshrc's STARTUP VARIABLES (see above):
 # show battery status in RPROMPT
-BATTERY=1
+GRML_DISPLAY_BATTERY=1
 # always load the complete setup, even for root
 GRML_ALWAYS_LOAD_ALL=1
 
@@ -1255,7 +1277,7 @@ On non-debian systems, that is not an option, but all is not lost: % wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc

-If you would also like to get seperate function files (which you can put into +If you would also like to get separate function files (which you can put into your $fpath), you can browse and download them at: