From 6365072439552fa928f2bd205286663d95e517b7 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 22 Feb 2018 22:29:35 +1100 Subject: [PATCH] bash: manpages are ascii only for easier searching --- .bash/interactive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2