From b544003f665815700c3e692ed8528ad43fd12cd3 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 8 Jun 2012 17:21:16 +0200 Subject: [Completion] Q : specific completion. :) --- net:foret/Completion.zsh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net:foret/Completion.zsh (limited to 'net:foret/Completion.zsh') diff --git a/net:foret/Completion.zsh b/net:foret/Completion.zsh new file mode 100644 index 0000000..0243102 --- /dev/null +++ b/net:foret/Completion.zsh @@ -0,0 +1,13 @@ +## +## Part of configuration files for Zsh4 +## AUTHOR: Hugues Hiegel +## +## You are encouraged to use, modify, and redistribute +## these files with or without this notice. +## +## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS +## + +fpath=($specific_script:h/completion $fpath) +compinit + -- cgit v1.2.3