]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/os: Add rc.Linux for linux hosts.
authorSimon Ruderich <simon@ruderich.org>
Tue, 31 Mar 2009 15:37:14 +0000 (17:37 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 31 Mar 2009 15:37:14 +0000 (17:37 +0200)
Contains only settings for Debian packages at the moment.

zsh/os/rc.Linux [new file with mode: 0644]

diff --git a/zsh/os/rc.Linux b/zsh/os/rc.Linux
new file mode 100644 (file)
index 0000000..692c60d
--- /dev/null
@@ -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