Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.0.2 released
- X-seq: zsh-users 554
- From: Timothy J Luoma <luomat@xxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: zsh-3.0.2 released
- Date: Tue, 17 Dec 96 20:57:25 -0500
- In-reply-to: <199612180005.BAA00254@xxxxxxxxxxxxxxxxxxxx>
- Organization: Princeton Theological Seminary
- References: <199612180005.BAA00254@xxxxxxxxxxxxxxxxxxxx>
- Reply-to: luomat@xxxxxxxx
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@xxxxxxxx) / http://www.next.peak.org/~luomat
*** I will be out of town from Dec 19th - Dec 31st ***
Messages sorted by:
Reverse Date,
Date,
Thread,
Author