zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: Zsh Users <zsh-users@zsh.org>
Subject: order of sourcing
Date: Tue, 17 Jan 2023 13:07:35 -0800	[thread overview]
Message-ID: <bb9bb69a-8608-ec18-d340-740fc813eec3@eastlink.ca> (raw)

In my .zshrc, to source all my functions I just switch to the directory 
where they're stored and:

     for aa in *(.); do source $aa; done

... seems fine, but sometimes I'm editing one function or another and I 
run into 'not found' issues, like some subsidiary function has been 
'lost'.  Sourcing it's file fixes the 'not found' but I'm wondering if 
there's some standard way of insuring that function files are sourced in 
a preferred order.  For some of them I've renamed the files in an 
alphabetical order since the above code seems to source the files 
alphabetically.  But it's add hoc and messy.  Dunno, I could list them 
all in a file in preferred order and then source that file.  But what's 
the done thing?



             reply	other threads:[~2023-01-17 21:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-17 21:07 Ray Andrews [this message]
2023-01-17 21:24 ` Roman Perepelitsa
2023-01-17 21:34   ` Bart Schaefer
2023-01-17 21:42     ` Roman Perepelitsa
2023-01-17 21:48     ` Ray Andrews
2023-01-18 21:23       ` Bart Schaefer
2023-01-18 23:44         ` Ray Andrews
2023-04-16 16:14 Ray Andrews
2023-04-16 16:17 ` Roman Perepelitsa
2023-04-16 16:48   ` Ray Andrews
2023-04-16 20:22     ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb9bb69a-8608-ec18-d340-740fc813eec3@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).