Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with zmv
- X-seq: zsh-users 22146
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: problem with zmv
- Date: Fri, 2 Dec 2016 16:49:26 -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; bh=GRswsOgJFt+DEJP8A9/JkN1dODNGgNd7q2ws2ryledw=; b=pru0fyTF8UnbYViafBHjHwvP/vhlVnv6UdPtKW/AJLeBaKNMb3ii3fD7WPMIFN7FLL sC36OXe4p820WJDhHn8Er8GOjprYub8ufivJA4rJ9cdbRK2ec/pA4rJQMlEnhmdH+g2/ T8AtKExjCWSaLb9wlMX+NNq+LceIYJCAGTjtHboG4tG71tZxfJkPLR9IO69JHL4dLK/5 6uyBOIlo6uR6O4S2zqeRDgtSm8Lr18P3UmMQZRQD26AKMxD6tb7fCvUtXp9yO3myxKVc NMS7r8ALDP4etQe7AvbqFJjryKMdq34/HXwAMCBmJjZ/hlmYiAQCVfJmLkt1GGRSViNI KOVA==
- In-reply-to: <58420E9B.6090501@eastlink.ca>
- 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: <5840492A.2090304@eastlink.ca> <5841DF8C.8000602@eastlink.ca> <CAH+w=7b4rxr2=ayK53K=5gktPfVGvyQ0Ygi1E8gxgbjh0MGSaA@mail.gmail.com> <58420592.4040406@eastlink.ca> <161202154727.ZM5584@torch.brasslantern.com> <58420E9B.6090501@eastlink.ca>
On Dec 2, 4:15pm, Ray Andrews wrote:
}
} BTW, don't I remember something to the effect of changing
} setopts but only for the duration of a given script? If so, that sounds
} like a healthy way of doing it.
I'm not recalling what you might be thinking of here, but you can
certainly do this:
alias zmv='() { . zmv }'
That will load zmv from $path instead of $fpath and use function scope
for the "emulate -L".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author