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 717c8f8 commit 4dbf56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/colored-man-pages/colored-man-pages.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function man {
# Wrapper for dman to colorize the output.
_omb_util_binary_exists dman &&
function dman {
colored dman "$@"
colored "$FUNCNAME" "$@"
}

# Wrapper for debman to colorize the output.
Expand Down

0 comments on commit 4dbf56b

Please sign in to comment.