diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-20 14:44:34 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-20 14:44:34 +0100 |
commit | d75252edab592817c4d34b279b1ee0d8a7174a42 (patch) | |
tree | c7315b9598f019200cefcaa4930a072a6a27aaaf /bashrc | |
parent | f6847b3287647e1a12d613da8df12cb3241e2762 (diff) |
Fixes errors in manpages
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |