Skip to content

Commit

Permalink
Update plugins/colored-man-pages/colored-man-pages.plugin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Oct 2, 2024
1 parent 2f339ce commit 605e749
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugins/colored-man-pages/colored-man-pages.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ export LESS_TERMCAP_us=$_omb_term_purple
export LESS_TERMCAP_ue=$_omb_term_reset

# Extra Styles
if _omb_util_binary_exists tput; then
export LESS_TERMCAP_mr=$(tput rev 2>/dev/null || tput mr 2>/dev/null)
export LESS_TERMCAP_mh=$(tput dim 2>/dev/null || tput mh 2>/dev/null)
export LESS_TERMCAP_ZN=$(tput ssubm 2>/dev/null)
export LESS_TERMCAP_ZV=$(tput rsubm 2>/dev/null)
export LESS_TERMCAP_ZO=$(tput ssupm 2>/dev/null)
export LESS_TERMCAP_ZW=$(tput rsupm 2>/dev/null)
fi

0 comments on commit 605e749

Please sign in to comment.