function man() { # mb/md - bold+blinking # so - standout # us - underliined LESS_TERMCAP_mb="${fg_bold[red]}" \ LESS_TERMCAP_md="${fg_bold[red]}" \ LESS_TERMCAP_me="${reset_color}" \ LESS_TERMCAP_so="${fg_bold[yellow]}${bg[blue]}" \ LESS_TERMCAP_se="${reset_color}" \ LESS_TERMCAP_us="${fg_bold[green]}" \ LESS_TERMCAP_ue="${reset_color}" \ command env man "$@" }