From: Frank Terbeck Date: Tue, 29 Nov 2011 13:06:19 +0000 (+0100) Subject: zshrc: Remove makereadable X-Git-Tag: v0.5.0~54 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=006fc86da47ff8808b433ce0bdb0fac2dc400f21 zshrc: Remove makereadable Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index f52b181..c0781d3 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -660,10 +660,6 @@ Searches a wireless interface and runs dhclient(8) on it. Lists images (i. e. files ending with ".jpg", ".gif" or ".png") in current directory. -: **makereadable()** -Creates a PostScript and a PDF file (basename as first argument) from -source code files. - : **manzsh()** Shows the zshall manpage and jumps to the first match of the regular expression optionally given as argument (Needs qma(1)). diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6f6b1cf..1813b3d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2833,15 +2833,6 @@ limg() { fi } -#f5# Create PDF file from source code -makereadable() { - emulate -L zsh - output=$1 - shift - a2ps --medium A4dj -E -o $output $* - ps2pdf $output -} - #f5# List files which have been accessed within the last {\it n} days, {\it n} defaults to 1 accessed() { emulate -L zsh