# HG changeset patch # User Meredith Howard # Date 1481500658 18000 # Node ID acd0b08d467e9f438e88312308696c588d3aae7c # Parent 1201037900f5b1b476d30dbc8480e1ec1b9475dd skip pager for tiny perldocs diff --git a/bin/git-ctags b/bin/git-ctags --- a/bin/git-ctags +++ b/bin/git-ctags @@ -5,7 +5,7 @@ ctags_cmd = ENV['CTAGS_CMD'] || 'cta case ARGV[0] when 'help' - exec 'perldoc', $0 + exec 'perldoc', '-T', $0 when 'hook' running_hook = true end diff --git a/bin/setup-neomutt b/bin/setup-neomutt --- a/bin/setup-neomutt +++ b/bin/setup-neomutt @@ -2,7 +2,7 @@ set -eu case ${1:-} in *help|-h) - exec perldoc $0;; + exec perldoc -T $0;; esac cd @@ -38,15 +38,15 @@ for BIN in mutt mutt_dotlock pgpewrap; d ln -sf ../sandbox/neomutt/$BIN done - :<<=cut =head1 NAME -setup-neomutt - clone/update, build, and link neomutt +setup-neomutt - Clone/update and build neomutt =head1 DESCRIPTION -Run to do the above. +Run to do the above, incl. symlinking relevant binaries in C<~/bin> to the +neomutt build. =head1 REQUIREMENTS