source: postlfs/shells/zsh.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY zsh-download-http "http://prdownloads.sourceforge.net/zsh/zsh-&zsh-version;.tar.bz2">
8 <!ENTITY zsh-download-ftp " ">
9 <!ENTITY zsh-size "2.0 MB">
10 <!ENTITY zsh-buildsize "17 MB">
11 <!ENTITY zsh-time "0.51 SBU">
12 <!ENTITY zsh-md5sum "5c37fa9eb659458fe4f7f80da17fb09c">
13]>
14
15
16<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
17<sect1info>
18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
20</sect1info>
21<?dbhtml filename="zsh.html"?>
22<title>ZSH-&zsh-version;</title>
23<indexterm zone="zsh">
24<primary sortas="a-ZSH">ZSH</primary></indexterm>
25
26<sect2>
27<title>Introduction to <application>ZSH</application></title>
28
29<para>The <application>ZSH</application> package contains a command
30interpreter (shell) usable as an interactive login shell and as
31a shell script command processor. Of the standard shells,
32<application>ZSH</application> most
33closely resembles <application>KSH</application> but includes many
34enhancements.</para>
35
36<sect3><title>Package information</title>
37<itemizedlist spacing='compact'>
38<listitem><para>Download (HTTP): <ulink
39url="&zsh-download-http;"/></para></listitem>
40<listitem><para>Download (FTP): <ulink
41url="&zsh-download-ftp;"/></para></listitem>
42<listitem><para>Download MD5 sum: &zsh-md5sum;</para></listitem>
43<listitem><para>Download size: &zsh-size;</para></listitem>
44<listitem><para>Estimated disk space required:
45&zsh-buildsize;</para></listitem>
46<listitem><para>Estimated build time:
47&zsh-time;</para></listitem></itemizedlist>
48</sect3>
49
50<sect3><title><application>ZSH</application> dependencies</title>
51<sect4><title>Optional</title>
52<para><xref linkend="pcre"/></para></sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>ZSH</application></title>
59
60<para>Install <application>ZSH</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make</command></userinput></screen>
65
66<para>Now, as the root user:</para>
67
68<screen><userinput role='root'><command>make install</command></userinput></screen>
69
70</sect2>
71
72<sect2>
73<title>Configuring <application>ZSH</application></title>
74
75<sect3 id="zsh-config"><title>Config files</title>
76<para>There are a whole host of configuration files for
77<application>ZSH</application> including
78<filename>/etc/zshenv</filename>,
79<filename>/etc/zprofile</filename>,
80<filename>/etc/zshrc</filename>,
81<filename>/etc/zlogin</filename> and
82<filename>/etc/zlogout</filename>. You can find more information on these in
83the <filename>zsh(1)</filename> and related man pages.</para>
84
85<indexterm zone="zsh zsh-config">
86<primary sortas="e-etc-zshenv">/etc/zshenv</primary></indexterm>
87<indexterm zone="zsh zsh-config">
88<primary sortas="e-etc-zprofile">/etc/zprofile</primary></indexterm>
89<indexterm zone="zsh zsh-config">
90<primary sortas="e-etc-zshrc">/etc/zshrc</primary></indexterm>
91<indexterm zone="zsh zsh-config">
92<primary sortas="e-etc-zlogin">/etc/zlogin</primary></indexterm>
93<indexterm zone="zsh zsh-config">
94<primary sortas="e-etc-zlogout">/etc/zlogout</primary></indexterm>
95</sect3>
96
97</sect2>
98
99<sect2>
100<title>Contents</title>
101
102<segmentedlist>
103<segtitle>Installed Program</segtitle>
104<segtitle>Installed Libraries</segtitle>
105<segtitle>Installed Directories</segtitle>
106<seglistitem>
107<seg>zsh</seg>
108<seg>None</seg>
109<seg>/usr/lib/zsh, /user/share/zsh</seg>
110</seglistitem>
111</segmentedlist>
112
113<variablelist>
114<bridgehead renderas="sect3">Short Description</bridgehead>
115<?dbfo list-presentation="list"?>
116
117<varlistentry id="zsh-prog">
118<term><command>zsh</command></term>
119<listitem><para>is a shell which has command-line editing, built-in spelling
120correction, programmable command completion, shell functions (with
121autoloading), a history mechanism, and a host of other features.</para>
122<indexterm zone="zsh zsh-prog">
123<primary sortas="b-zsh">zsh</primary></indexterm>
124</listitem>
125</varlistentry>
126</variablelist>
127
128</sect2>
129
130</sect1>
131
Note: See TracBrowser for help on using the repository browser.