From: martin f. krafft Date: Fri, 9 May 2008 10:53:40 +0000 (+0100) Subject: add some debian variable defs X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/96017b0ba97db609f3aa322fee8089d1466b6a4d?ds=sidebyside;pf=etc add some debian variable defs --- diff --git a/.zsh/zshenv/80_debian b/.zsh/zshenv/80_debian new file mode 100644 index 0000000..9283736 --- /dev/null +++ b/.zsh/zshenv/80_debian @@ -0,0 +1,19 @@ +# zshenv/80_debian +# +# set a number of default variables related to Debian +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +export DEBFULLNAME='martin f. krafft' +export DEBEMAIL=madduck@debian.org +export DEBKEYID=220bc883330c4a75 + +if [[ -z "$debian_chroot" && -r /etc/debian_chroot ]]; then + export debian_chroot="$(