From: Ktrask
Date: Fri, 10 Feb 2012 21:49:49 +0000 (+0000)
Subject: *Empty MediaWiki Message*
X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/commitdiff_plain/941cf079399b1396fa6330f406be667b84550bdf?ds=sidebyside;hp=b4feadcc1fda729c923991e58f36b4c672f6aafa
*Empty MediaWiki Message*
---
diff --git a/ZSH_Workshop.mw b/ZSH_Workshop.mw
index 99cf67e5a..a25ba83a2 100644
--- a/ZSH_Workshop.mw
+++ b/ZSH_Workshop.mw
@@ -13,16 +13,16 @@ Falls tatsaechlich grosses Interesse an dem Themekomplex "shell statt KDE und gn
{|border="1" cellspacing="0" cellpadding="3"
! POI !! relevante zsh line !! Interesse (! hochinteressant / + interessant / O geht so)
|-
-| living in the shell / basics (nicht allzu zsh-spezifisch) || evince =(curl www.irs.gov/pub/irs-pdf/fw4.pdf) || O
+| living in the shell / basics (nicht allzu zsh-spezifisch) || evince =(curl www.irs.gov/pub/irs-pdf/fw4.pdf) || OO
|-
| zsh interactive use || echo **/*(mh-48);
-zmv 'artist_(<->)_(*)_releasegroup.mp3' '$1 ${(C)2:gs/_/ }.mp3' || !
+zmv 'artist_(<->)_(*)_releasegroup.mp3' '$1 ${(C)2:gs/_/ }.mp3' || !+
|-
-| zsh scripting || [[ 'something' =~ 's(ometh)ing' ]] && print $match; || +
+| zsh scripting || [[ 'something' =~ 's(ometh)ing' ]] && print $match; || ++
|-
-| .zshrc ueberblick und Moeglichkeiten || bindkey -e; bindkey jj vi-cmd-mode; || O
+| .zshrc ueberblick und Moeglichkeiten || bindkey -e; bindkey jj vi-cmd-mode; || OO
|-
-| bash ~> zsh, und warum zsh > bash? || touch -- host:*; scp host:* . || O
+| bash ~> zsh, und warum zsh > bash? || touch -- host:*; scp host:* . || OO
|-
-| writing a completion || #compdef _application || +
+| writing a completion || #compdef _application || +!
|}