zshrc: Remove limg
[grml-etc-core.git] / doc / grmlzshrc.t2t
index e8bec73..a964a2d 100644 (file)
@@ -656,14 +656,6 @@ Returns true, if run within an utf environment, else false.
 : **iwclient()**
 Searches a wireless interface and runs dhclient(8) on it.
 
-: **limg()**
-Lists images (i. e. files ending with ".jpg", ".gif" or ".png") in current
-directory.
-
-: **makereadable()**
-Creates a PostScript and a PDF file (basename as first argument) from
-source code files.
-
 : **manzsh()**
 Shows the zshall manpage and jumps to the first match of the regular
 expression optionally given as argument (Needs qma(1)).
@@ -721,10 +713,6 @@ ZSH_PROFILE_RC above).
 : **refunc()**
 Reloads functions given as parameters.
 
-: **regcheck()**
-Checks whether a regular expression (first parameter) matches a string
-(second parameter) using perl.
-
 : **salias()**
 Creates an alias whith sudo prepended, if $EUID is not zero. Run "salias -h"
 for details. See also xunfunction() below.