From: Simon Ruderich Date: Tue, 31 Mar 2009 15:37:14 +0000 (+0200) Subject: zsh/os: Add rc.Linux for linux hosts. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=216988271eff3f2482eb705378e3bf07e9413d02;p=config%2Fdotfiles.git zsh/os: Add rc.Linux for linux hosts. Contains only settings for Debian packages at the moment. --- 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