Show More
@@ -13,13 +13,25 b'' | |||||
13 | # autoload -U compinit |
|
13 | # autoload -U compinit | |
14 | # compinit |
|
14 | # compinit | |
15 | # |
|
15 | # | |
16 |
# Copyright (C) 2005 |
|
16 | # Copyright (C) 2005, 2006 Steve Borho <steve@borho.org> | |
17 |
# Copyright (C) 2006 |
|
17 | # Copyright (C) 2006, 2007, 2008 Brendan Cully <brendan@kublai.com> | |
|
18 | # | |||
|
19 | # Permission is hereby granted, without written agreement and without | |||
|
20 | # licence or royalty fees, to use, copy, modify, and distribute this | |||
|
21 | # software and to distribute modified versions of this software for any | |||
|
22 | # purpose, provided that the above copyright notice and the following | |||
|
23 | # two paragraphs appear in all copies of this software. | |||
18 | # |
|
24 | # | |
19 | # This is free software; you can redistribute it and/or modify it under |
|
25 | # In no event shall the authors be liable to any party for direct, | |
20 | # the terms of the GNU General Public License as published by the Free |
|
26 | # indirect, special, incidental, or consequential damages arising out of | |
21 | # Software Foundation; either version 2 of the License, or (at your |
|
27 | # the use of this software and its documentation, even if the authors | |
22 | # option) any later version. |
|
28 | # have been advised of the possibility of such damage. | |
|
29 | # | |||
|
30 | # The authors specifically disclaim any warranties, including, but not | |||
|
31 | # limited to, the implied warranties of merchantability and fitness for | |||
|
32 | # a particular purpose. The software provided hereunder is on an "as | |||
|
33 | # is" basis, and the authors have no obligation to provide maintenance, | |||
|
34 | # support, updates, enhancements, or modifications. | |||
23 |
|
35 | |||
24 | emulate -LR zsh |
|
36 | emulate -LR zsh | |
25 | setopt extendedglob |
|
37 | setopt extendedglob |
General Comments 0
You need to be logged in to leave comments.
Login now