mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Tagged zsh.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4214 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
eab549f25d
commit
a6a160bc17
@ -14,118 +14,143 @@
|
||||
|
||||
|
||||
<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="zsh.html"?>
|
||||
<title>ZSH-&zsh-version;</title>
|
||||
<indexterm zone="zsh">
|
||||
<primary sortas="a-ZSH">ZSH</primary></indexterm>
|
||||
<?dbhtml filename="zsh.html"?>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>ZSH</application></title>
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<para>The <application>ZSH</application> package contains a command
|
||||
interpreter (shell) usable as an interactive login shell and as
|
||||
a shell script command processor. Of the standard shells,
|
||||
<application>ZSH</application> most
|
||||
closely resembles <application>KSH</application> but includes many
|
||||
enhancements.</para>
|
||||
<title>ZSH-&zsh-version;</title>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&zsh-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&zsh-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &zsh-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &zsh-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&zsh-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&zsh-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<indexterm zone="zsh">
|
||||
<primary sortas="a-ZSH">ZSH</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3><title><application>ZSH</application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="pcre"/></para></sect4>
|
||||
</sect3>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to ZSH</title>
|
||||
|
||||
</sect2>
|
||||
<para>The <application>ZSH</application> package contains a command
|
||||
interpreter (shell) usable as an interactive login shell and as
|
||||
a shell script command processor. Of the standard shells,
|
||||
<application>ZSH</application> most closely resembles
|
||||
<application>KSH</application> but includes many enhancements.</para>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>ZSH</application></title>
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&zsh-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&zsh-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &zsh-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &zsh-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &zsh-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &zsh-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Install <application>ZSH</application> by running the following
|
||||
commands:</para>
|
||||
<bridgehead renderas="sect3">ZSH Dependencies</bridgehead>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="pcre"/></para>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
</sect2>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of ZSH</title>
|
||||
|
||||
</sect2>
|
||||
<para>Install <application>ZSH</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring <application>ZSH</application></title>
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<sect3 id="zsh-config"><title>Config files</title>
|
||||
<para>There are a whole host of configuration files for
|
||||
<application>ZSH</application> including
|
||||
<filename>/etc/zshenv</filename>,
|
||||
<filename>/etc/zprofile</filename>,
|
||||
<filename>/etc/zshrc</filename>,
|
||||
<filename>/etc/zlogin</filename> and
|
||||
<filename>/etc/zlogout</filename>. You can find more information on these in
|
||||
the <filename>zsh(1)</filename> and related man pages.</para>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zshenv">/etc/zshenv</primary></indexterm>
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zprofile">/etc/zprofile</primary></indexterm>
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zshrc">/etc/zshrc</primary></indexterm>
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zlogin">/etc/zlogin</primary></indexterm>
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zlogout">/etc/zlogout</primary></indexterm>
|
||||
</sect3>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring ZSH</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
<seglistitem>
|
||||
<seg>zsh</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/lib/zsh, /user/share/zsh</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
<sect3 id="zsh-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Description</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<para>There are a whole host of configuration files for
|
||||
<application>ZSH</application> including <filename>/etc/zshenv</filename>,
|
||||
<filename>/etc/zprofile</filename>, <filename>/etc/zshrc</filename>,
|
||||
<filename>/etc/zlogin</filename>, and <filename>/etc/zlogout</filename>.
|
||||
You can find more information on these in the <filename>zsh(1)</filename>
|
||||
and related man pages.</para>
|
||||
|
||||
<varlistentry id="zsh-prog">
|
||||
<term><command>zsh</command></term>
|
||||
<listitem><para>is a shell which has command-line editing, built-in spelling
|
||||
correction, programmable command completion, shell functions (with
|
||||
autoloading), a history mechanism, and a host of other features.</para>
|
||||
<indexterm zone="zsh zsh-prog">
|
||||
<primary sortas="b-zsh">zsh</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zshenv">/etc/zshenv</primary>
|
||||
</indexterm>
|
||||
|
||||
</sect2>
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zprofile">/etc/zprofile</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zshrc">/etc/zshrc</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zlogin">/etc/zlogin</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="zsh zsh-config">
|
||||
<primary sortas="e-etc-zlogout">/etc/zlogout</primary>
|
||||
</indexterm>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>zsh</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/lib/zsh, /user/share/zsh</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Description</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="zsh-prog">
|
||||
<term><command>zsh</command></term>
|
||||
<listitem>
|
||||
<para>is a shell which has command-line editing, built-in spelling
|
||||
correction, programmable command completion, shell functions (with
|
||||
autoloading), a history mechanism, and a host of other features.</para>
|
||||
<indexterm zone="zsh zsh-prog">
|
||||
<primary sortas="b-zsh">zsh</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user