X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=143d706db637adec1bad23f9d51a57e743d1a601;hb=e49d29478513917df14a06f945c0cba554218f38;hp=b83048cb3bbe90e10f698f6339171d9a4b65ba48;hpb=2933102fbb9ec79967b5cb2819ca016cb8da3075;p=grml-etc-core.git 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}