X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=7bfdf4d057f4815fd39f8c818d1240078f86230f;hb=d2ac1657a6592f05cc3084654a61ffaacd679b2a;hp=204dbcccb8b6b79af45a8c3ba3974a98369c4cb6;hpb=73a6cb726324d0be16df7a2b070d9a4bb3127ef1;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 204dbcc..7bfdf4d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2769,26 +2769,6 @@ zle -N inplaceMkDirs && bindkey '^XM' inplaceMkDirs memusage() { ps aux | awk '{if (NR > 1) print $5; if (NR > 2) print "+"} END { print "p" }' | dc } -#f5# Show contents of gzipped tar file -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 " -} -#f5# (Mis)use \kbd{vim} as \kbd{less} -viless() { - emulate -L zsh - vim --cmd 'let no_plugin_maps = 1' -c "so \$VIMRUNTIME/macros/less.vim" "${@:--}" -} # Function Usage: doc packagename #f5# \kbd{cd} to /usr/share/doc/\textit{package}