[Git-commits] core configuration files of grml branch, master, updated. v0.3.79-1-ge7f8486

git repository hosting gitosis at grml.org
Mon Mar 1 17:59:10 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "core configuration files of grml".

The branch, master has been updated
       via  e7f84863ff37d54cc2b99e259b4aa2698543a767 (commit)
      from  802321b9d6feeda65df5d4055267e68e11ef053d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e7f84863ff37d54cc2b99e259b4aa2698543a767
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Mar 1 17:50:10 2010 +0100

    zshrc: Switch `minimal-shell()' from ksh93 to mksh
    
    As announced in:
        <http://ml.grml.org/pipermail/grml-devel/2010-February/000011.html>
    
    The minimal-shell() function now checks if the shell in question (mksh)
    is available and if so, executes it with an empty environment, with only
    TERM and HOME set. The mksh setup used sets a number of other
    environment variables (such as $VISUAL, $EDITOR and $PAGER).
    
    One added feature is that the mksh prompt shows non-zero return values
    from programs you ran:
    
    [snip]
        (3)-~$ false
        [1]-(4)-~$ true
        (5)-~$
    [snap]
    
    The prompt does *not* feature any eye-candy such as standout or colour
    sequences. It should therefore run in pretty much every terminal.
    
    Special keys are set up via terminfo if `infocmp' is available.
    Otherwise mksh's rather sane defaults are used.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog    |    6 ++++
 etc/minimal-shellrc |   82 ++++++++++++++++++++++++++++----------------------
 etc/zsh/zshrc       |   12 ++++++-
 3 files changed, 62 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
core configuration files of grml


More information about the Git-commits mailing list