Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Suppress print_exit_value for single function
- X-seq: zsh-users 23371
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Suppress print_exit_value for single function
- Date: Sun, 29 Apr 2018 12:02:50 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=40chwRrirFhsvCZFZisPI5wPsmod+pD78sR34iT9FYE=; b=YVw1b7sTOH1oQBiN46gorZwLxNE5o4RkIE+J3WHOYqT5rh+C2INHwrLzuNexWpU/Bk YFUcDvF8c3HAxW8pPj/ZP8NSYyfDm67YzO0Qbd617BLWtKCoYyzEHfR6cI4VYbVWbWxQ ni6rFcO8SSfrNCXf0sI/rgOcBwQaFC7IHRcqwv1kDCapboUOtnLu1D9QY9ED+RYCWWr5 I9J+X2dwp9reU2o8va7IwfAU67Pwfc2iKglM7oIfxqqW0gYWJYQgeN6YNtXjZBuuLAns ogxbnNE+lBRNwkOxk2RWQeblaK5Rzw1fwzrXDt+0V8dtXQP9jPSA3g9lICmC2xNh9NNv 8A3A==
- In-reply-to: <CAKc7PVBUGJqa19ix_qwDE+mtvTwYfZPfQ4LPNfUT67jGtFZx7w@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBUGJqa19ix_qwDE+mtvTwYfZPfQ4LPNfUT67jGtFZx7w@mail.gmail.com>
On Apr 29, 8:42pm, Sebastian Gniazdowski wrote:
}
} Can I block `setopt print_exit_value' effects for this sched function or to
} all sched functions in general?
You can always
setopt localoptions no_print_exit_value
Messages sorted by:
Reverse Date,
Date,
Thread,
Author