blob: 024310262b96248531c87c14d4de56a1ff7cd401 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##
## Part of configuration files for Zsh4
## AUTHOR: Hugues Hiegel <hugues@hiegel.fr>
##
## 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
|