From 21c8c5cf7e67b38bf42cdc19af6629fd6346d8f0 Mon Sep 17 00:00:00 2001 From: Dmitri Vereshchagin Date: Wed, 23 Sep 2015 23:11:00 +0300 Subject: [PATCH] grmlzshrc.t2t: update docs on screen alias --- doc/grmlzshrc.t2t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 0109dc9..ead2182 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -1017,11 +1017,11 @@ Executes the commands on the versioned patch queue from current repository. : **rmcdir** (//'cd ..; rmdir $OLDPWD || cd $OLDPWD//) rmdir current working directory -: **screen** (///usr/bin/screen -c ${HOME}/.screenrc//) +: **screen** (//screen -c file//) If invoking user is root, starts screen session with /etc/grml/screenrc -as config file. If invoked by a regular user, start a screen session -with users .screenrc config if it exists, else use /etc/grml/screenrc_grml -as configuration. +as config file. If invoked by a regular user and users .screenc does not exist, +starts screen with /etc/grml/screenrc_grml config if it exists, else fallbacks +to /etc/grml/screenrc. : **su** (//sudo su//) If user is running a Grml live system, don't ask for any password, if she -- 2.1.4