##// END OF EJS Templates
zsh-comp: explain how to use for non-global install
Martin Geisler -
r8616:70483372 default
parent child Browse files
Show More
@@ -4,6 +4,15 b''
4 # it into your zsh function path (/usr/share/zsh/site-functions for
4 # it into your zsh function path (/usr/share/zsh/site-functions for
5 # instance)
5 # instance)
6 #
6 #
7 # If you do not want to install it globally, you can copy it somewhere
8 # else and add that directory to $fpath. This must be done before
9 # compinit is called. If the file is copied to ~/.zsh.d, your ~/.zshrc
10 # file could look like this:
11 #
12 # fpath=("$HOME/.zsh.d" $fpath)
13 # autoload -U compinit
14 # compinit
15 #
7 # Copyright (C) 2005-6 Steve Borho
16 # Copyright (C) 2005-6 Steve Borho
8 # Copyright (C) 2006-8 Brendan Cully <brendan@kublai.com>
17 # Copyright (C) 2006-8 Brendan Cully <brendan@kublai.com>
9 #
18 #
General Comments 0
You need to be logged in to leave comments. Login now