X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=78a2ab610e2d83389bb82d23824136a2a33ef73e;hb=fe25fa0be72344bacd156cf0da78784d3aadcf4a;hp=8c186d6c12f6f3a2aa5911252c805c37c2c4d22b;hpb=344ce4b057d8912b9a3d2192eca58e870a03d231;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 8c186d6..78a2ab6 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -456,10 +456,6 @@ Sets all ulimit values to "unlimited". : **any()** Lists processes matching given pattern. -: **aoeu(), asdf(), uiae()** -Pressing the 'asdf' keys toggles between dvorak or neon and us keyboard -layout. - : **apache2-ssl-certificate()** Advices the user how to create self signed certificates. @@ -533,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. @@ -547,10 +539,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. @@ -617,10 +605,6 @@ Example usages: % ls -l *(e:'nt /reference/file':) ``` -: **peval()** -Evaluates a perl expression; useful as command line -calculator, therefore also available as "calc". - : **profile()** Runs a command in $SHELL with profiling enabled (See startup variable ZSH_PROFILE_RC above). @@ -793,10 +777,6 @@ available packages are fetched from the location(s) specified in /etc/apt/sources.list. An update should always be performed before an upgrade or dist-upgrade; run by sudo, if necessary. -: **calc** (//peval//) -Evaluates a perl expression (see peval() above); useful as a command line -calculator. - : **CH** (//./configure --help//) Lists available compilation options for building program from source.