From: James Bunton Date: Thu, 22 Feb 2018 11:29:35 +0000 (+1100) Subject: bash: manpages are ascii only for easier searching X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/6365072439552fa928f2bd205286663d95e517b7 bash: manpages are ascii only for easier searching --- diff --git a/.bash/interactive b/.bash/interactive index 867c7a3..27f5408 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -190,7 +190,7 @@ function man { LESS_TERMCAP_me=$'\E[0m' \ LESS_TERMCAP_us=$'\E[04;38;5;146m' \ LESS_TERMCAP_ue=$'\E[0m' \ - man "$@" + man --encoding ascii "$@" } # Usage: mcd somedir