From: Moviuro Date: Tue, 14 Apr 2015 19:17:08 +0000 (+0200) Subject: zshrc: unify cat<< syntax X-Git-Tag: v0.12.0~11 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=8e8677d05583455aad339ba89660bbe08c068129 zshrc: unify cat<< syntax --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 196158d..9307dca 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2061,7 +2061,7 @@ function grml_theme_has_token () { } function GRML_theme_add_token_usage () { - cat <<__EOF__ + cat <<__EOF0__ Usage: grml_theme_add_token [-f|-i] [
 ]
 
      is the name for the newly added token. If the \`-f' or \`-i' options
@@ -2102,7 +2102,7 @@ function GRML_theme_add_token_usage () {
 
     After that, you will be able to use a changed \`items' style to
     assemble your prompt.
-__EOF__
+__EOF0__
 }
 
 function grml_theme_add_token () {
@@ -2609,12 +2609,12 @@ fi
 if [[ -L /usr/bin/cdrecord ]] || ! check_com -c cdrecord; then
     if check_com -c wodim; then
         cdrecord() {
-            cat <&2; return 1;;
         esac