diff --git a/sh/bashrc b/sh/bashrc index 3a1c2d4..f2802a5 100644 --- a/sh/bashrc +++ b/sh/bashrc @@ -105,7 +105,6 @@ if [ -t 0 ]; then # man pages with vim vman() { if command -v nvim >/dev/null 2>&1; then - echo "NVIM MANUAL" nvim -c "SuperMan $*" else vim -c "SuperMan $*"