From: Frank Terbeck Date: Tue, 29 Nov 2011 13:10:35 +0000 (+0100) Subject: zshrc: Remove shzip X-Git-Tag: v0.5.0~49 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=e49d29478513917df14a06f945c0cba554218f38 zshrc: Remove shzip Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index d15b34e..aef72a2 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -727,9 +727,6 @@ The choice is made along the filename extension. : **shtar()** Lists the content of a gzipped tar archive in default pager. -: **shzip()** -Shows the content of a zip archive in default pager. - : **simple-extract()** Tries to uncompress/unpack given files with the appropriate programs. If an URI starting with https, http or ftp is provided simple-extract tries to download diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b83048c..143d706 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2774,11 +2774,6 @@ shtar() { emulate -L zsh gunzip -c $1 | tar -tf - -- | $PAGER } -#f5# Show contents of zip file -shzip() { - emulate -L zsh - unzip -l $1 | $PAGER -} # Function Usage: doc packagename #f5# \kbd{cd} to /usr/share/doc/\textit{package}