X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=44dab07a23322280e754459594ae8bc8df20ff36;hb=be16974ebcf7c7946ea5718b1c131e61a532b895;hp=9d003a613c21a6a7defd79eaac74abde427bee5c;hpb=8ad1e597220b6e52ae31a7236727c4429633db20;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 9d003a6..44dab07 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2773,16 +2773,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 -} -#f5# Unified diff -udiff() { - emulate -L zsh - diff -urd $* | egrep -v "^Only in |^Binary files " -} # Function Usage: doc packagename #f5# \kbd{cd} to /usr/share/doc/\textit{package}