From: Joerg Woelke Date: Wed, 25 Nov 2009 08:21:40 +0000 (+0100) Subject: grmlzshrc.t2t: Some environment variables. X-Git-Tag: v0.3.79~7 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=c1ce4507366085448f95c3d5f20109df3b2892c8;hp=9741c4556452efeeaad4c81ad05f7eb2564f9013;p=grml-etc-core.git grmlzshrc.t2t: Some environment variables. EDITOR, MAIL, PAGER, SHELL. --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 382c80f..7367c93 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -240,10 +240,25 @@ If X is running this is set to "firefox", otherwise to "w3m". Set to "yes". Some applications read this to learn about properties of the terminal they are running in. +: **EDITOR** +If not already set, sets the default editor. Falls back to vi(1), +if vim(1) is not available. + +: **MAIL** +The mailbox file for the current user is set to /var/mail/$USER, if not +already set otherwise. + +: **PAGER** +Set less(1) as default pager, if not already set to something different. + : **QTDIR** Holds the path to shared files for the C++ application framework QT (version 3 or 4). +: **SHELL** +Set explicitly to /bin/zsh, to prevent certain terminal emulators to +default to /bin/sh or /bin/bash. + == OPTIONS == Apart from zsh's default options, //grmlzshrc// sets some options