source: postlfs/shells/zsh.xml@ 40851cf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 40851cf was 40851cf, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed config file index tags in various package instructions

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

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