From: Frank Terbeck Date: Mon, 28 Nov 2011 21:30:14 +0000 (+0100) Subject: zshrc: Remove vman X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=6bbaac2ccf86d0233984923a061fb68bdabc663e;p=grml-etc-core.git zshrc: Remove vman Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0e1c46f..055bdf2 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3206,17 +3206,6 @@ show-archive() { fi } -# It's shameless stolen from -#f5# Use \kbd{vim} as your manpage reader -vman() { - emulate -L zsh - if (( ${#argv} == 0 )); then - printf 'usage: vman \n' - return 1 - fi - man "$@" | col -b | view -c 'set ft=man nomod nolist' - -} - # TODO: So, this is the third incarnation of this function!? #f5# Reload given functions refunc() {