From a6a160bc17f07dc0344aa9bd9e4cee251323a779 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 14 May 2005 17:13:56 +0000 Subject: [PATCH] Tagged zsh.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4214 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- postlfs/shells/zsh.xml | 211 +++++++++++++++++++++++------------------ 1 file changed, 118 insertions(+), 93 deletions(-) diff --git a/postlfs/shells/zsh.xml b/postlfs/shells/zsh.xml index 4c20e79f84..fb11b9e94b 100644 --- a/postlfs/shells/zsh.xml +++ b/postlfs/shells/zsh.xml @@ -14,118 +14,143 @@ - -$LastChangedBy$ -$Date$ - - -ZSH-&zsh-version; - -ZSH + - -Introduction to <application>ZSH</application> + + $LastChangedBy$ + $Date$ + -The ZSH package contains a command -interpreter (shell) usable as an interactive login shell and as -a shell script command processor. Of the standard shells, -ZSH most -closely resembles KSH but includes many -enhancements. + ZSH-&zsh-version; -Package information - -Download (HTTP): -Download (FTP): -Download MD5 sum: &zsh-md5sum; -Download size: &zsh-size; -Estimated disk space required: -&zsh-buildsize; -Estimated build time: -&zsh-time; - + + ZSH + -<application>ZSH</application> dependencies -Optional - - + + Introduction to ZSH - + The ZSH package contains a command + interpreter (shell) usable as an interactive login shell and as + a shell script command processor. Of the standard shells, + ZSH most closely resembles + KSH but includes many enhancements. - -Installation of <application>ZSH</application> + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &zsh-md5sum; + + + Download size: &zsh-size; + + + Estimated disk space required: &zsh-buildsize; + + + Estimated build time: &zsh-time; + + -Install ZSH by running the following -commands: + ZSH Dependencies -./configure --prefix=/usr && -make + Optional + -Now, as the root user: + -make install + + Installation of ZSH - + Install ZSH by running the following + commands: - -Configuring <application>ZSH</application> +./configure --prefix=/usr && +make -Config files -There are a whole host of configuration files for -ZSH including -/etc/zshenv, -/etc/zprofile, -/etc/zshrc, -/etc/zlogin and -/etc/zlogout. You can find more information on these in -the zsh(1) and related man pages. + Now, as the root user: - -/etc/zshenv - -/etc/zprofile - -/etc/zshrc - -/etc/zlogin - -/etc/zlogout - +make install - + - -Contents + + Configuring ZSH - -Installed Program -Installed Libraries -Installed Directories - -zsh -None -/usr/lib/zsh, /user/share/zsh - - + + Config Files - -Short Description - + There are a whole host of configuration files for + ZSH including /etc/zshenv, + /etc/zprofile, /etc/zshrc, + /etc/zlogin, and /etc/zlogout. + You can find more information on these in the zsh(1) + and related man pages. - -zsh -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. - -zsh - - - + + /etc/zshenv + - + + /etc/zprofile + + + + /etc/zshrc + + + + /etc/zlogin + + + + /etc/zlogout + + + + + + + + Contents + + + Installed Program + Installed Libraries + Installed Directories + + + zsh + None + /usr/lib/zsh, /user/share/zsh + + + + + Short Description + + + + + zsh + + 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. + + zsh + + + + + + + -