From 0053dfd996e20b29c8eb2df5d05ba7644898df61 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 7 Jun 2013 19:28:20 +0200 Subject: Add custom completions for netsniff-ng tools --- .zsh/zshenv/01_fpath | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.zsh/zshenv/01_fpath') diff --git a/.zsh/zshenv/01_fpath b/.zsh/zshenv/01_fpath index 6c86623..10275bc 100644 --- a/.zsh/zshenv/01_fpath +++ b/.zsh/zshenv/01_fpath @@ -2,7 +2,7 @@ # # Add local functions directory to $fpath # -# Copyright © 2010 Tobias Klauser +# Copyright © 2010-2013 Tobias Klauser # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # @@ -10,4 +10,7 @@ fpath=($ZDOTDIR/func $fpath) +# add custom completions +fpath=($ZDOTDIR/completion $fpath) + # vim:ft=zsh -- cgit v1.2.3-54-g00ecf