From 9721c3283b6458d5db5466e42b654013634d3deb Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 19 Jul 2016 13:36:50 -0500 Subject: [PATCH] removed debug code --- sh/bashrc | 1 - 1 file changed, 1 deletion(-) 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 $*"