X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fgrmlzshrc.t2t;h=860115cae81f0ee4bfea0a04c56c1c60e81cde23;hb=270ae2f9adf848f4a4244ed460deb3c6b74ab16a;hp=3d50a91d3c274432109d4f1f81b56eed7260a395;hpb=85fcef7cf96814df1f7a8a838133f7379b436011;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 3d50a91..860115c 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -547,10 +547,6 @@ argument means last revision). : **hidiff()** Outputs highlighted diff; needs highstring(1). -: **ipv6-tunnel()** -Sets up an IPv6 tunnel on interface sit1. Needs one argument - -either "start", "stop" or "status". - : **is4()** Returns true, if zsh version is equal or greater than 4, else false. @@ -588,9 +584,6 @@ environment variables to UTF-8. : **isutfenv()** Returns true, if run within an utf environment, else false. -: **iwclient()** -Searches a wireless interface and runs dhclient(8) on it. - : **manzsh()** Shows the zshall manpage and jumps to the first match of the regular expression optionally given as argument (Needs qma(1)). @@ -728,12 +721,6 @@ arguments for details. : **xunfunction()** Removes the functions salias, xcat, xsource, xunfunction and zrcautoload. -: **zg()** -Search for patterns in grml's zshrc using perl. zg takes no or exactly one -option plus a non empty pattern. Run zg without any arguments for a listing -of available command line switches. For a zshrc not in /etc/zsh, set the -GRML_ZSHRC environment variable. - : **zrcautoload()** Wrapper around the autoload builtin. Loads the definitions of functions from the file given as argument. Searches $fpath for the file. See also