zshrc: Remove setenv
[grml-etc-core.git] / doc / grmlzshrc.t2t
index 3792c17..6cd5b97 100644 (file)
@@ -529,10 +529,6 @@ Reloads an autoloadable shell function (See autoload in zshbuiltins(1)).
 : **get_tw_cli()**
 Fetches 3ware RAID controller software using get_3ware(1).
 
-: **hex()**
-Prints the hexadecimal representation of the number supplied as argument
-(base ten only).
-
 : **hgdi()**
 Use GNU diff with options -ubwd for mercurial.
 
@@ -580,10 +576,6 @@ environment variables to UTF-8.
 : **isutfenv()**
 Returns true, if run within an utf environment, else false.
 
-: **manzsh()**
-Shows the zshall manpage and jumps to the first match of the regular
-expression optionally given as argument (Needs qma(1)).
-
 : **mcd()**
 Creates directory including parent directories, if necessary. Then changes
 current working directory to it.
@@ -620,9 +612,6 @@ Reloads functions given as parameters.
 Creates an alias whith sudo prepended, if $EUID is not zero. Run "salias -h"
 for details. See also xunfunction() below.
 
-: **setenv()**
-Reimplementation of the csh(1) builtin setenv.
-
 : **show-archive()**
 Lists the contents of a (compressed) archive with the appropriate programs.
 The choice is made along the filename extension.
@@ -1053,12 +1042,6 @@ Reboots using kexec(8) and thus reduces boot time by skipping hardware initializ
 : **...** (//cd ../..///)
 Changes current directory two levels higher.
 
-: **?** (//qma zshall//)
-Runs the grml script qma (quick manual access) to build the collected man
-pages for the z-shell. This compressed file is kept at
-~/man/zshall.txt.lzo Once it is built, the second use of the alias '?' is
-fast. See "man qma" for further information.
-
 
 = AUXILIARY FILES =
 This is a set of files, that - if they exist - can be used to customize the