]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshenv/01_fpath
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshenv / 01_fpath
1 # -*- mode: sh -*-
2 # zshenv/00_fpath
3 #
4 # Adds local functions directory to $fpath
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 fpath=($ZDOTDIR/func $fpath)
13
14 # vim:ft=zsh