Skip to content

Commit

Permalink
Fix for supporting fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
decors committed Mar 22, 2016
1 parent dd07bde commit c1b8f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/man.fish
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function man --description 'Format and display manual pages'

set end (printf "\e[0m")

# less
set -lx LESS_TERMCAP_mb $blink
set -lx LESS_TERMCAP_md $bold
set -lx LESS_TERMCAP_me $end
Expand All @@ -22,5 +21,7 @@ function man --description 'Format and display manual pages'
set -lx LESS_TERMCAP_ue $end
set -lx LESS '-R'

set -x GROFF_NO_SGR yes # fedora

command man $argv
end

0 comments on commit c1b8f1b

Please sign in to comment.