removed debug code
This commit is contained in:
parent
8289585799
commit
9721c3283b
1 changed files with 0 additions and 1 deletions
|
@ -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 $*"
|
||||
|
|
Reference in a new issue