X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a2a79686218f805dd5a7cfbda210a517fe5c4934..031352278be1cb6c716d65d73cb2dd373628c34d:/.zsh/zshenv/00_fpath diff --git a/.zsh/zshenv/00_fpath b/.zsh/zshenv/00_fpath new file mode 100644 index 0000000..37bd6e5 --- /dev/null +++ b/.zsh/zshenv/00_fpath @@ -0,0 +1,13 @@ +# zshenv/00_fpath +# +# Adds local functions directory to $fpath +# +# 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 +# + +fpath=($ZDOTDIR/func $fpath) + +# vim:ft=zsh