zsh: remove set -x from mangrep() definition

fix-ci
bretello 2023-09-14 22:44:28 +02:00
parent 5a1c3c07ac
commit 39abcd4756
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ function find_by_mtime() {
function mangrep() {
set -x
if [[ -z "$@" ]]; then
echo "Usage: $0 <pattern> <command>"
echo "Opens man page for <command> at the first match for <pattern>"