1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

zsh: remove set -x from mangrep() definition

This commit is contained in:
bretello 2023-09-14 22:44:28 +02:00
parent 5a1c3c07ac
commit 39abcd4756
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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