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:
parent
5a1c3c07ac
commit
39abcd4756
|
@ -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>"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user