]> git.donarmstrong.com Git - zsh.git/blob - .zshenv
add ~/.local/bin to PATH
[zsh.git] / .zshenv
1 # .zshenv
2 #
3 # Base zshenv file which simply delegates to files in $ZDOTDIR
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 ZDOTDIR=$HOME/.zsh
12 [ -f $ZDOTDIR/.zshenv ] && . $ZDOTDIR/.zshenv