From 670ef7a87ebf3f66cf72350408b0546fcc31e622 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:49:52 +0100 Subject: [PATCH] zshrc: Remove man2 Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6c8b87e..a2e4862 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2883,9 +2883,6 @@ greph() { #a2# Execute \kbd{grep -i -{}-color=auto} alias GREP='grep -i --color=auto' -#f5# Watch manpages in a stretched style -man2() { PAGER='dash -c "sed G | /usr/bin/less"' command man "$@" ; } - # Translate DE<=>EN # 'translate' looks up fot a word in a file with language-to-language # translations (field separator should be " : "). A typical wordlist looks -- 2.1.4