From 65f4676878e1ab139e3909df60028debae06bc33 Mon Sep 17 00:00:00 2001 From: Mari Date: Tue, 12 May 2020 22:23:38 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- bash_aliases.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_aliases.sh b/bash_aliases.sh index d5c0398..872c08f 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -93,7 +93,7 @@ function man () if command man "$@" >&/dev/null; then command man "$@" elif builtin help -m "$@" >&/dev/null; then - builtin help -m "$@" | command man -L - + builtin help -m "$@" | command man -l - else command man "$@" fi @@ -102,7 +102,7 @@ function man () function help () { if builtin help -m "$@" >&/dev/null; then - builtin help "$@" | command man -L - + builtin help "$@" | command man -l - elif command man "$@" >&/dev/null; then command man "$@" else