X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=8abdf32c7abc4e5edf48dfcb966e5b11532e93f7;hb=d4e54d262cb959609e5d815a4125676a9e98dfb8;hp=a2bc5b84342400b98a3a27cadbc7ac02941122ed;hpb=12dc4bfe87efe76f4deaae3c8fa238ca8c2a421f;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index a2bc5b8..8abdf32 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -880,11 +880,6 @@ Example usage: % Restart ssh ``` -: **startx()** -Initializes an X session using startx(1) if /etc/X11/xorg.conf exists, else -issues a Warning to use the grml-x(1) script. Can be overridden by using -/usr/bin/startx directly. - : **status()** Shows some information about current system status. @@ -958,11 +953,6 @@ first argument. The optional second argument denotes the distribution Tries to cat(1) file(s) given as parameter(s). Always returns true. See also xunfunction() below. -: **xinit()** -Initializes an X session using xinit(1) if /etc/X11/xorg.conf exists, else -issues a Warning to use the grml-x(1) script. Can be overridden by using -/usr/bin/xinit directly. - : **xsource()** Tries to source the file(s) given as parameter(s). Always returns true. See zshbuiltins(1) for a detailed description of the source command.