Some changes that reflect the current refcard's status
[grml-gen-zshrefcard.git] / grml-zsh-refcard.tex.in
index 79effa3..cbfc883 100644 (file)
 %%% Unten: Links, Mitte, Rechts
  \ifoot[]{\vspace{-3pt}GRML-Zsh-Refcard}
  \cfoot[]{}
- \ofoot[]{\vspace{-3pt}\copyright 2005-2007 \href{mailto:julius@grml.org}{Julius Plenz},
+ \ofoot[]{\vspace{-3pt}\copyright 2005-2008 \href{mailto:julius@grml.org}{Julius Plenz},
  \href{mailto:mika@grml.org}{Michael Prokop} and
- \href{mailto:ft@bewatermyfriend.org}{Frank Terbeck}}
+ \href{mailto:ft@grml.org}{Frank Terbeck}}
 %%% }}}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
 \small{Global zsh configuration is located in \textbf{/etc/zsh/zshrc}.  User
 specific settings are defined in \textbf{/etc/skel/.zshrc} (which can be found
-in \kbd{\~}/.zshrc for user grml too). Please notice that some functions/aliases
+in \kbd{\~}/.zshrc for user grml too). Please note that some functions/aliases
 are not active by default for user root (referred to as '... for user (grml)'
 below) because of security reasons. Just run 'zshskel' (as user root) to source
 the file /etc/skel/.zshrc. Some aliases/functions also aren't active if the
@@ -223,7 +223,7 @@ don't have write permissions to /etc/zsh/zshrc on your own, copy the file
 Write important commands you always need (no matter what's inside zsh's
 history!) to a file named \textbf{\kbd{\~}/.important\_commands}.
 
-Notice that /etc/skel/.zshrc itself is not sourced by zsh but copied to
+Note that /etc/skel/.zshrc itself is not sourced by zsh but copied to
 \$HOME-directory of your non-root user once. To keep your
 \textbf{\kbd{\~}/.zshrc} in sync with upstream's development just put your
 personal stuff into a file named \textbf{\kbd{\~}/.zshrc.local} and point your
@@ -236,12 +236,13 @@ variables to adjust runtime behaviour of grml's zsh running \textbf{zsh-help}.
 \subsection*{Using grml's zsh configuration on a non-grml system}
 
 You do not have to use grml/Debian to use grml's zsh configuration.
-Just retrieve and install the configuration files for example running:
+Just retrieve and install the configuration files by running the following
+in your home directory:
 
 \begin{tiny}
 \begin{verbatim}
-wget -O ~/.zshrc      http://hg.grml.org/grml-etc-core/raw-file/tip/etc/skel/.zshrc
-wget -O ~/.zshrc.global http://hg.grml.org/grml-etc-core/raw-file/tip/etc/zsh/zshrc
+wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
+wget -O .zshrc.global http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
 \end{verbatim}
 \end{tiny}
 
@@ -328,7 +329,7 @@ expand them by typing \kbd{\~{}hash}. Usage example: 'cd \kbd{\~}doc'
 \vspace{8pt}
 \subsection*{Debian commands}
 
-Notice: if not executed as root it tries to run the command via sudo if
+Note: if not executed as root zsh tries to run the command via sudo if
 necessary.
 
 \commandlistbegin