From a62114c91f2070c8c8453d117f3d81dc113e41ff Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Mon, 25 Mar 2024 16:43:09 +0530 Subject: dotfile update --- zsh/oh-my-zsh/plugins/colored-man-pages/nroff | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 zsh/oh-my-zsh/plugins/colored-man-pages/nroff (limited to 'zsh/oh-my-zsh/plugins/colored-man-pages/nroff') diff --git a/zsh/oh-my-zsh/plugins/colored-man-pages/nroff b/zsh/oh-my-zsh/plugins/colored-man-pages/nroff deleted file mode 100755 index 4ae155d..0000000 --- a/zsh/oh-my-zsh/plugins/colored-man-pages/nroff +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# The whole point of this wrapper is to replace emboldening factor -u0 with -# -u1 under certain circumstances on Solaris. - -if [ "$1,$2,$3" = "-u0,-Tlp,-man" ]; then - shift - exec /usr/bin/nroff -u1 "$@" -else - # Some other invocation of nroff - exec /usr/bin/nroff "$@" -fi -- cgit v1.2.3-59-g8ed1b