]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshenv/80_debian
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshenv / 80_debian
1 # -*- mode: sh -*-
2 # zshenv/80_debian
3 #
4 # set a number of default variables related to Debian
5 #
6 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
7 # Released under the terms of the Artistic Licence 2.0
8 #
9 # Source repository: git://git.madduck.net/etc/zsh.git
10 #
11
12 export DEBFULLNAME='Don Armstrong'
13 export DEBEMAIL=don@debian.org
14 export DEBKEYID=2AD865BA26040F67F9CC3660A2D13001D98C0FBA
15
16 if [[ -z "$debian_chroot" && -r /etc/debian_chroot ]]; then
17   export debian_chroot="$(</etc/debian_chroot)"
18 fi
19
20 # vim:ft=zsh