Merge remote-tracking branch 'origin/github/pr/5'
authorMichael Prokop <mika@grml.org>
Thu, 14 Sep 2023 15:26:19 +0000 (17:26 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 14 Sep 2023 15:26:19 +0000 (17:26 +0200)
1  2 
zsh-lovers.1.txt

diff --combined zsh-lovers.1.txt
@@@ -473,7 -473,7 +473,7 @@@ See ``man 1 zshexpn | less -p'' Qualifi
    $ for i (./*.mp3){mpg321 --w - $i > ${i:r}.wav}
  
  # Download with LaTeX2HTML  created Files (for example the ZSH-Guide):
 -  $ for f in http://zsh.sunsite.dk/Guide/zshguide{,{01..08}}.html; do
 +  $ for f in https://zsh.sourceforge.io/Guide/zshguide{,{01..08}}.html; do
    >     lynx -source $f >${f:t}
    > done
  
@@@ -1433,10 -1433,10 +1433,10 @@@ LINK
  -----
  Primary site::
      *http://www.zsh.org/[]*
 +Zsh Web Pages::
 +    *https://zsh.sourceforge.io/[]*
  Project-page::
      *http://sourceforge.net/projects/zsh/[]*
 -Z shell page at sunsite.dk::
 -    *http://zsh.sunsite.dk/[]*
  From Bash to Z Shell: Conquering the Command Line - the book::
      *http://www.bash2zsh.com/[]*
  "Zsh - die magische Shell" (german book about Zsh) by Sven Guckes and Julius Plenz::
  Mailinglistarchive::
      *http://www.zsh.org/mla/[]*
  ZSH-FAQ::
 -    *http://zsh.dotsrc.org/FAQ/[]*
 +    *https://zsh.sourceforge.io/FAQ/zshfaq.html[]*
  Userguide::
 -    *http://zsh.sunsite.dk/Guide/[]*
 +    *https://zsh.sourceforge.io/Guide/[]*
  ZSH-Wiki::
      *http://zshwiki.org/home/[]*
 -A short introduction from BYU::
 -    *http://docs.cs.byu.edu/linux/advanced/zsh.html[]*
  Mouse-Support ;)::
      *http://stchaz.free.fr/mouse.zsh[]*
 -Curtains up: introducing the Z shell::
 -    *http://www-128.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux[]*
 -ZSH-Liebhaberseite (german)::
 -    *http://michael-prokop.at/computer/tools_zsh_liebhaber.html[]*
 -ZSH-Seite von Michael Prokop (german)::
 -    *http://michael-prokop.at/computer/tools_zsh.html[]*
  ZSH Prompt introduction::
      *http://aperiodic.net/phil/prompt/[]*
+ ft's blog posts around zsh::
+     *http://bewatermyfriend.org/tag/zsh/[]*
  ft's zsh configuration::
-     *http://ft.bewatermyfriend.org/computer/zsh.html[]*
+     *https://gitlab.com/ft/etc-zsh[]*
  Adam's ZSH page::
      *http://www.adamspiers.org/computing/zsh/[]*
  Zzappers Best of ZSH Tips::