From d75252edab592817c4d34b279b1ee0d8a7174a42 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 20 Aug 2023 14:44:34 +0100 Subject: Fixes errors in manpages --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index b22b6c9..4699503 100644 --- a/bashrc +++ b/bashrc @@ -193,7 +193,7 @@ fman() { man -k . | fzf -q "$1" --prompt='man> ' --preview $'echo {} | tr -d \'()\' | awk \'{printf "%s ", $2} {print $1}\' | xargs -r man | col -bx | bat -l man -p --color always' | tr -d '()' | awk '{printf "%s ", $2} {print $1}' | xargs -r man } # Get the colors in the opened man page itself -export MANPAGER="sh -c 'col -bx | bat -l man -p --paging always'" +#export MANPAGER="sh -c 'col -bx | bat -l man -p --paging always'" source $HOME/secrets -- cgit v1.2.3