zsh-users
 help / color / mirror / code / Atom feed
From: Timothy J Luoma <luomat@peak.org>
To: zsh-users@math.gatech.edu
Subject: Re: zsh-3.0.2 released
Date: Tue, 17 Dec 96 20:57:25 -0500	[thread overview]
Message-ID: <199612180157.RAA23574@PEAK.ORG> (raw)
In-Reply-To: <199612180005.BAA00254@hzoli.ppp.cs.elte.hu>


I have been happily using this with zsh 2.6

for i in `/bin/ls -1 $ZDOTDIR`
do
        echo -n "Sourcing $i... "

        # source the file
        source "$ZDOTDIR/$i"

        # set up variables using the filenames
        $i="$ZDOTDIR/$i"
        echo "done"
done

I put several files in $ZDOTDIR which I want to be sourced, this  
gets them all.

When I try it with zsh.3.x (even 3.0.2) I get this:

.zshenv: no such file or directory:  
bindkeys=/home/luomat/Unix/zsh/source//bindkeys [91]

what gives?

TjL




--
Tj Luoma (luomat@peak.org) / http://www.next.peak.org/~luomat
	
	*** I will be out of town from Dec 19th - Dec 31st ***


       reply	other threads:[~1996-12-18  2:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199612180005.BAA00254@hzoli.ppp.cs.elte.hu>
1996-12-18  1:57 ` Timothy J Luoma [this message]
1996-12-18  2:04 ` Timothy J Luoma
1996-12-18 23:21   ` gwing

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=199612180157.RAA23574@PEAK.ORG \
    --to=luomat@peak.org \
    --cc=zsh-users@math.gatech.edu \
    /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).