zshrc: Remove shtar
[grml-etc-core.git] / etc / zsh / zshrc
index 143d706..7bfdf4d 100644 (file)
@@ -2769,11 +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
-}
 
 # Function Usage: doc packagename
 #f5# \kbd{cd} to /usr/share/doc/\textit{package}