From fc68858d1c28d30a02ef73b6d26434c71d75b6ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 29 Jun 2010 13:06:55 +0200 Subject: zshenv: Add DEBFULLNAME --- etc/.zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/.zshenv b/etc/.zshenv index ce1f7bb..044363b 100644 --- a/etc/.zshenv +++ b/etc/.zshenv @@ -19,6 +19,7 @@ export HOST export COLUMNS export LINES +export DEBFULLNAME='Daniel Friesel' export DEBEMAIL='derf@chaosdorf.de' if [[ -n ${commands[lesspipe]} ]] { -- cgit v1.2.3