X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/d4d4aa99cf780f86aae1ba1b49067e4d3782b30e..77bc157163da3f5f9fd2c300733f505ffce8763c:/.zsh/zprofile/00_fpath diff --git a/.zsh/zprofile/00_fpath b/.zsh/zprofile/00_fpath new file mode 100644 index 0000000..37bd6e5 --- /dev/null +++ b/.zsh/zprofile/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