glfs/postlfs/shells/zsh.xml
Bruce Dubbs 44f085a28e New XML Chapter 7 - Part II done
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2295 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-11 07:06:47 +00:00

91 lines
2.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
<!ENTITY zsh-download-ftp "ftp://ftp.zsh.org/zsh/zsh-&zsh-version;.tar.bz2">
<!ENTITY zsh-size "1.9 MB">
<!ENTITY zsh-buildsize "17 MB">
<!ENTITY zsh-time "0.51 SBU">
]>
<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
<?dbhtml filename="zsh.html"?>
<title>ZSH-&zsh-version;</title>
<sect2>
<title>Introduction to <application>ZSH</application></title>
<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>
<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 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>
<sect3><title><application>ZSH</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="pcre"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>ZSH</application></title>
<para>Install <application>ZSH</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Configuring <application>ZSH</application></title>
<sect3><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>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>ZSH</application> package contains <command>zsh</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>zsh</title>
<para><command>zsh</command> 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></sect3>
</sect2>
</sect1>