X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a2a79686218f805dd5a7cfbda210a517fe5c4934..031352278be1cb6c716d65d73cb2dd373628c34d:/.zsh/zprofile/00_fpath?ds=inline diff --git a/.zsh/zprofile/00_fpath b/.zsh/zprofile/00_fpath deleted file mode 100644 index 37bd6e5..0000000 --- a/.zsh/zprofile/00_fpath +++ /dev/null @@ -1,13 +0,0 @@ -# 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