1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
|
---|
8 | <!ENTITY zsh-download-ftp " ">
|
---|
9 | <!ENTITY zsh-md5sum "1cd396ce17952de50b8a89980d617f0a">
|
---|
10 | <!ENTITY zsh-size "3.1 MB">
|
---|
11 | <!ENTITY zsh-buildsize "63 MB (includes installing documentation - additional 1 MB for PDF documentation)">
|
---|
12 | <!ENTITY zsh-time "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
|
---|
13 |
|
---|
14 | <!ENTITY zsh-doc-md5sum "ec04d46211a20281778ddbbde9aa680f">
|
---|
15 | <!ENTITY zsh-doc-size "2.9 MB">
|
---|
16 | ]>
|
---|
17 |
|
---|
18 | <sect1 id="zsh" xreflabel="zsh-&zsh-version;">
|
---|
19 | <?dbhtml filename="zsh.html"?>
|
---|
20 |
|
---|
21 | <sect1info>
|
---|
22 | <othername>$LastChangedBy$</othername>
|
---|
23 | <date>$Date$</date>
|
---|
24 | </sect1info>
|
---|
25 |
|
---|
26 | <title>zsh-&zsh-version;</title>
|
---|
27 |
|
---|
28 | <indexterm zone="zsh">
|
---|
29 | <primary sortas="a-zsh">zsh</primary>
|
---|
30 | </indexterm>
|
---|
31 |
|
---|
32 | <sect2 role="package">
|
---|
33 | <title>Introduction to zsh</title>
|
---|
34 |
|
---|
35 | <para>The <application>zsh</application> package contains a command
|
---|
36 | interpreter (shell) usable as an interactive login shell and as
|
---|
37 | a shell script command processor. Of the standard shells,
|
---|
38 | <application>zsh</application> most closely resembles
|
---|
39 | <application>ksh</application> but includes many enhancements.</para>
|
---|
40 |
|
---|
41 | &lfs76_checked;
|
---|
42 |
|
---|
43 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
44 | <itemizedlist spacing="compact">
|
---|
45 | <listitem>
|
---|
46 | <para>Download (HTTP): <ulink url="&zsh-download-http;"/></para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download (FTP): <ulink url="&zsh-download-ftp;"/></para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Download MD5 sum: &zsh-md5sum;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Download size: &zsh-size;</para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>Estimated disk space required: &zsh-buildsize;</para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>Estimated build time: &zsh-time;</para>
|
---|
62 | </listitem>
|
---|
63 | </itemizedlist>
|
---|
64 |
|
---|
65 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
66 | <itemizedlist spacing="compact">
|
---|
67 | <listitem>
|
---|
68 | <para>Optional Documentation: <ulink
|
---|
69 | url="http://www.zsh.org/pub/zsh-&zsh-version;-doc.tar.bz2"/></para>
|
---|
70 | </listitem>
|
---|
71 | <listitem>
|
---|
72 | <para>Documentation MD5 sum: &zsh-doc-md5sum;</para>
|
---|
73 | </listitem>
|
---|
74 | <listitem>
|
---|
75 | <para>Documentation download size: &zsh-doc-size;</para>
|
---|
76 | </listitem>
|
---|
77 | </itemizedlist>
|
---|
78 |
|
---|
79 | <bridgehead renderas="sect3">zsh Dependencies</bridgehead>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
82 | <para role="optional">
|
---|
83 | <xref linkend="libcap-pam"/>,
|
---|
84 | <xref linkend="pcre"/>, and
|
---|
85 | <xref linkend="valgrind"/>,
|
---|
86 | </para>
|
---|
87 |
|
---|
88 | <para condition="html" role="usernotes">User Notes:
|
---|
89 | <ulink url="&blfs-wiki;/zsh"/></para>
|
---|
90 |
|
---|
91 | </sect2>
|
---|
92 |
|
---|
93 | <sect2 role="installation">
|
---|
94 | <title>Installation of zsh</title>
|
---|
95 |
|
---|
96 | <para>If you downloaded the optional documentation, unpack it with
|
---|
97 | the following command:</para>
|
---|
98 |
|
---|
99 | <screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
|
---|
100 |
|
---|
101 | <!-- <note>
|
---|
102 | <para>
|
---|
103 | Using a script to build with "su -c script" may produce a funny
|
---|
104 | configure error message: "no controlling tty". If this happens, add
|
---|
105 | the switch -\-with-tcsetpgrp to configure.
|
---|
106 | </para>
|
---|
107 | </note>
|
---|
108 | -->
|
---|
109 | <para>Install <application>zsh</application> by running the following
|
---|
110 | commands:</para>
|
---|
111 |
|
---|
112 | <screen><userinput>./configure --prefix=/usr \
|
---|
113 | --bindir=/bin \
|
---|
114 | --sysconfdir=/etc/zsh \
|
---|
115 | --enable-etcdir=/etc/zsh &&
|
---|
116 | make &&
|
---|
117 |
|
---|
118 | makeinfo Doc/zsh.texi --plaintext -o Doc/zsh.txt &&
|
---|
119 | makeinfo Doc/zsh.texi --html -o Doc/html &&
|
---|
120 | makeinfo Doc/zsh.texi --html --no-split --no-headers -o Doc/zsh.html</userinput></screen>
|
---|
121 |
|
---|
122 | <para>If you have <xref linkend="texlive"/>
|
---|
123 | installed, you can build PDF format of the documentation by issuing
|
---|
124 | the following command:</para>
|
---|
125 |
|
---|
126 | <screen><userinput>texi2pdf Doc/zsh.texi -o Doc/zsh.pdf</userinput></screen>
|
---|
127 |
|
---|
128 | <para>To test the results, issue: <command>make check</command>.</para>
|
---|
129 |
|
---|
130 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
131 |
|
---|
132 | <screen role="root"><userinput>make install &&
|
---|
133 | make infodir=/usr/share/info install.info &&
|
---|
134 |
|
---|
135 | install -v -m755 -d /usr/share/doc/zsh-&zsh-version;/html &&
|
---|
136 | install -v -m644 Doc/html/* /usr/share/doc/zsh-&zsh-version;/html &&
|
---|
137 | install -v -m644 Doc/zsh.{html,txt} /usr/share/doc/zsh-&zsh-version;</userinput></screen>
|
---|
138 |
|
---|
139 | <para>If you downloaded the optional documentation, install it by issuing
|
---|
140 | the following commands as the
|
---|
141 | <systemitem class="username">root</systemitem> user:</para>
|
---|
142 |
|
---|
143 | <screen role="root"><userinput>make htmldir=/usr/share/doc/zsh-&zsh-version;/html install.html &&
|
---|
144 | install -v -m644 Doc/zsh.dvi /usr/share/doc/zsh-&zsh-version;</userinput></screen>
|
---|
145 |
|
---|
146 | <para>If you built the PDF format of the documentation, install
|
---|
147 | it by issuing the following command as the
|
---|
148 | <systemitem class="username">root</systemitem> user:</para>
|
---|
149 |
|
---|
150 | <screen role="root"><userinput>install -v -m644 Doc/zsh.pdf /usr/share/doc/zsh-&zsh-version;</userinput></screen>
|
---|
151 |
|
---|
152 | </sect2>
|
---|
153 |
|
---|
154 | <sect2 role="commands">
|
---|
155 | <title>Command Explanations</title>
|
---|
156 |
|
---|
157 | <para><parameter>--sysconfdir=/etc/zsh</parameter> and
|
---|
158 | <parameter>--enable-etcdir=/etc/zsh</parameter>: These parameters are
|
---|
159 | used so that all the <application>zsh</application> configuration files
|
---|
160 | are consolidated into the <filename class='directory'>/etc/zsh</filename>
|
---|
161 | directory. Omit these parameters if you wish to retain historical
|
---|
162 | compatibility by having all the files located in the
|
---|
163 | <filename class='directory'>/etc</filename> directory.</para>
|
---|
164 |
|
---|
165 | <para><parameter>--bindir=/bin</parameter>: This parameter places the
|
---|
166 | <command>zsh</command> binaries into the root filesystem.</para>
|
---|
167 |
|
---|
168 | <para><option>--enable-cap</option>: This option enables
|
---|
169 | POSIX capabilities.</para>
|
---|
170 |
|
---|
171 | <para><option>--disable-gdbm</option>: This option disables the
|
---|
172 | use of the <application>GDBM</application> library.</para>
|
---|
173 |
|
---|
174 | <para><option>--enable-pcre</option>: This option allows zsh to use
|
---|
175 | the <application>PCRE</application> regular expression library in shell
|
---|
176 | builtins.</para>
|
---|
177 |
|
---|
178 | <sect3 id="mountpoints">
|
---|
179 | <title>Multiple partitions</title>
|
---|
180 |
|
---|
181 | <para>Linking <application>zsh</application> dynamically against
|
---|
182 | <application>pcre</application> and/or <application>gdbm</application>
|
---|
183 | produces runtime dependencies on <filename class='libraryfile'>
|
---|
184 | libpcre.so</filename> and/or <filename class='libraryfile'>libgdbm.so
|
---|
185 | </filename>respectively, which both reside in
|
---|
186 | <filename class='directory'>/usr</filename> hierarchy. If
|
---|
187 | <filename class='directory'>/usr</filename> is a separate mount point
|
---|
188 | and <application>zsh</application> needs to be available in boot time,
|
---|
189 | then its supporting libraries should be in
|
---|
190 | <filename class='directory'>/lib</filename> too. You can move the
|
---|
191 | libraries as follows:</para>
|
---|
192 |
|
---|
193 | <screen role="root"><userinput>mv -v /usr/lib/libpcre.so.* /lib &&
|
---|
194 | ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so
|
---|
195 |
|
---|
196 | mv -v /usr/lib/libgdbm.so.* /lib &&
|
---|
197 | ln -v -sf ../../lib/libgdbm.so.3 /usr/lib/libgdbm.so</userinput>
|
---|
198 | </screen>
|
---|
199 |
|
---|
200 | <para>Alternatively you can statically link <application>zsh</application>
|
---|
201 | against <application>pcre</application> and <application>gdbm</application>
|
---|
202 | if you modify the <filename>config.modules</filename> file (you need first
|
---|
203 | to run configure to generate it).</para>
|
---|
204 |
|
---|
205 | </sect3>
|
---|
206 |
|
---|
207 | </sect2>
|
---|
208 |
|
---|
209 | <sect2 role="configuration">
|
---|
210 | <title>Configuring zsh</title>
|
---|
211 |
|
---|
212 | <sect3 id="zsh-config">
|
---|
213 | <title>Config Files</title>
|
---|
214 |
|
---|
215 | <para>There are a whole host of configuration files for
|
---|
216 | <application>zsh</application> including
|
---|
217 | <filename>/etc/zsh/zshenv</filename>,
|
---|
218 | <filename>/etc/zsh/zprofile</filename>,
|
---|
219 | <filename>/etc/zsh/zshrc</filename>,
|
---|
220 | <filename>/etc/zsh/zlogin</filename> and
|
---|
221 | <filename>/etc/zsh/zlogout</filename>.
|
---|
222 | You can find more information on these in the <filename>zsh(1)</filename>
|
---|
223 | and related manual pages.</para>
|
---|
224 |
|
---|
225 | <para>
|
---|
226 | The first time zsh is executed, you will be prompted by messages asking
|
---|
227 | several questions. The answers will be used to create a
|
---|
228 | <filename>~/.zshrc</filename> file. If you wish to run these questions
|
---|
229 | again, run <command>zsh
|
---|
230 | /usr/share/zsh/&zsh-version;/functions/zsh-newuser-install -f</command>.
|
---|
231 | </para>
|
---|
232 |
|
---|
233 | <para>
|
---|
234 | There are several built-in advanced prompts. In the
|
---|
235 | <command>zsh</command> shell, start advanced prompt support with
|
---|
236 | <command>autoload -U promptinit</command>, then
|
---|
237 | <command>promptinit</command>. Available prompt names are listed with
|
---|
238 | <command>prompt -l</command>. Select a particular one with
|
---|
239 | <command>prompt <literal><prompt-name></literal></command>. Display all available
|
---|
240 | prompts with <command>prompt -p</command>. Except for the list and
|
---|
241 | display commands above, you can insert the other ones in
|
---|
242 | <filename>~/.zshrc</filename> to be automatically executed at
|
---|
243 | shell start, with the prompt you chose.
|
---|
244 | </para>
|
---|
245 |
|
---|
246 | <indexterm zone="zsh zsh-config">
|
---|
247 | <primary sortas="e-etc-zsh-zshenv">/etc/zsh/zshenv</primary>
|
---|
248 | </indexterm>
|
---|
249 |
|
---|
250 | <indexterm zone="zsh zsh-config">
|
---|
251 | <primary sortas="e-etc-zsh-zprofile">/etc/zsh/zprofile</primary>
|
---|
252 | </indexterm>
|
---|
253 |
|
---|
254 | <indexterm zone="zsh zsh-config">
|
---|
255 | <primary sortas="e-etc-zsh-zshrc">/etc/zsh/zshrc</primary>
|
---|
256 | </indexterm>
|
---|
257 |
|
---|
258 | <indexterm zone="zsh zsh-config">
|
---|
259 | <primary sortas="e-etc-zsh-zlogin">/etc/zsh/zlogin</primary>
|
---|
260 | </indexterm>
|
---|
261 |
|
---|
262 | <indexterm zone="zsh zsh-config">
|
---|
263 | <primary sortas="e-etc-zsh-zlogout">/etc/zsh/zlogout</primary>
|
---|
264 | </indexterm>
|
---|
265 |
|
---|
266 | </sect3>
|
---|
267 |
|
---|
268 | <sect3>
|
---|
269 | <title>Configuration Information</title>
|
---|
270 |
|
---|
271 | <para>Update <filename>/etc/shells</filename> to include the
|
---|
272 | <application>zsh</application> shell program names (as the
|
---|
273 | <systemitem class="username">root</systemitem> user):</para>
|
---|
274 |
|
---|
275 | <screen role="root"><userinput>cat >> /etc/shells << "EOF"
|
---|
276 | <literal>/bin/zsh
|
---|
277 | /bin/zsh-&zsh-version;</literal>
|
---|
278 | EOF</userinput></screen>
|
---|
279 |
|
---|
280 | </sect3>
|
---|
281 |
|
---|
282 | </sect2>
|
---|
283 |
|
---|
284 | <sect2 role="content">
|
---|
285 | <title>Contents</title>
|
---|
286 |
|
---|
287 | <segmentedlist>
|
---|
288 | <segtitle>Installed Programs</segtitle>
|
---|
289 | <segtitle>Installed Libraries</segtitle>
|
---|
290 | <segtitle>Installed Directories</segtitle>
|
---|
291 |
|
---|
292 | <seglistitem>
|
---|
293 | <seg>zsh (hardlink to zsh-&zsh-version;) and zsh-&zsh-version;</seg>
|
---|
294 | <seg>Numerous plugin helper modules under
|
---|
295 | /usr/lib/zsh/&zsh-version;/</seg>
|
---|
296 | <seg>/etc/zsh, /usr/lib/zsh, /usr/share/doc/zsh-&zsh-version; and
|
---|
297 | /usr/share/zsh</seg>
|
---|
298 | </seglistitem>
|
---|
299 | </segmentedlist>
|
---|
300 |
|
---|
301 | <variablelist>
|
---|
302 | <bridgehead renderas="sect3">Short Description</bridgehead>
|
---|
303 | <?dbfo list-presentation="list"?>
|
---|
304 | <?dbhtml list-presentation="table"?>
|
---|
305 |
|
---|
306 | <varlistentry id="zsh-prog">
|
---|
307 | <term><command>zsh</command></term>
|
---|
308 | <listitem>
|
---|
309 | <para>is a shell which has command-line editing, built-in spelling
|
---|
310 | correction, programmable command completion, shell functions (with
|
---|
311 | autoloading), a history mechanism, and a host of other features.</para>
|
---|
312 | <indexterm zone="zsh zsh-prog">
|
---|
313 | <primary sortas="b-zsh">zsh</primary>
|
---|
314 | </indexterm>
|
---|
315 | </listitem>
|
---|
316 | </varlistentry>
|
---|
317 |
|
---|
318 | </variablelist>
|
---|
319 |
|
---|
320 | </sect2>
|
---|
321 |
|
---|
322 | </sect1>
|
---|