From 006fc86da47ff8808b433ce0bdb0fac2dc400f21 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 29 Nov 2011 14:06:19 +0100 Subject: [PATCH] zshrc: Remove makereadable Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 4 ---- etc/zsh/zshrc | 9 --------- 2 files changed, 13 deletions(-) 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 -- 2.1.4