From 216988271eff3f2482eb705378e3bf07e9413d02 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 31 Mar 2009 17:37:14 +0200 Subject: [PATCH] zsh/os: Add rc.Linux for linux hosts. Contains only settings for Debian packages at the moment. --- zsh/os/rc.Linux | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 zsh/os/rc.Linux diff --git a/zsh/os/rc.Linux b/zsh/os/rc.Linux new file mode 100644 index 0000000..692c60d --- /dev/null +++ b/zsh/os/rc.Linux @@ -0,0 +1,10 @@ +# Zsh configuration file for Linux computers. + + +# Settings when creating Debian packages. +DEBEMAIL=simon@ruderich.org +export DEBEMAIL +DEBFULLNAME="Simon Ruderich" +export DEBFULLNAME + +# vim: ft=zsh -- 2.44.1