From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22105 invoked by alias); 22 Jun 2012 00:06:54 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17154 Received: (qmail 6000 invoked from network); 22 Jun 2012 00:06:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.83.43 as permitted sender) From: TJ Luoma Mime-Version: 1.0 (1.0) Date: Thu, 21 Jun 2012 20:01:08 -0400 Message-ID: <-1148869711641803316@unknownmsgid> Subject: source ~/dir/*.zsh To: Zsh-Users List Content-Type: text/plain; charset=UTF-8 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