Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Methods of shadowing a builtin call
- X-seq: zsh-users 21212
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Methods of shadowing a builtin call
- Date: Sat, 30 Jan 2016 12:48:09 -0800
- 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:content-type; bh=sEHED/xGgBnSpVNfr7k6RbpNxveutsccuChM/u7qEmg=; b=FOubwvSyvuWBKoG3IohvfATne+Z9b9x57efQG77S0uxaiWYm2fW8fRQtStSV8vREVg y83gnqDX0cKgVmdrE6xpQ1XSx+M9KbZT8lq440KajsbNG3llS8VzvCacyEnKitrCdC7Z 8VGe3Da6G7kzJf3Swtp0suqVeiuWwVWgZdFpR+uI2pK6jvrfce8WUkT1wUVyUKmQl1qy Se7iAgW0yW6a3FWAzAgnRq19okzm3/G+eznYpdytC/qXv6D7vESg4Xx1DBeVFJqE/qMv wRzBmFQADBo8a6NjeXa8leOS2xUBtb1DjXEeqhqsNqDtm5yz4CSehhsvk2iPpOEnxwSW YwKA==
- In-reply-to: <CAKc7PVCrSo33WS60VeCb4J2Swbf1kgraAJ-+LxBC7keAh_ZusA@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>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAS=iT0t6exL8Z+xYrnyN1O7zx_MEu0smnWXRyq8X6VrA@mail.gmail.com> <160129150909.ZM24728@torch.brasslantern.com> <CAKc7PVCrSo33WS60VeCb4J2Swbf1kgraAJ-+LxBC7keAh_ZusA@mail.gmail.com>
On Jan 30, 10:31am, Sebastian Gniazdowski wrote:
}
} Was hoping for some third method of shadowing,
} add-zsh-hook and preexec maybe, something like this.
You could use the DEBUG trap, but that might interfere with other
uses thereof.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author