Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
source ~/dir/*.zsh
- X-seq: zsh-users 17154
- From: TJ Luoma <tj@xxxxxx>
- To: Zsh-Users List <zsh-users@xxxxxxx>
- Subject: source ~/dir/*.zsh
- Date: Thu, 21 Jun 2012 20:01:08 -0400
- 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
I have split my .zshenv into a bunch of different files which all end
with different suffixes. For example, functions are called "foo.f.zsh"
or "bar.f.zsh"
My idea was to put them all into a special directory and then source
them like so in ~/.zshenv
source ~/dir/*.f.zsh
But that doesn't seem to work.
I'm not getting any errors, it just doesn't seem to actually do anything.
So I need some sort of setopt or other setting to make this work?
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author