From owner-freebsd-questions@FreeBSD.ORG Tue Feb 2 19:32:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30CF61065692 for ; Tue, 2 Feb 2010 19:32:51 +0000 (UTC) (envelope-from oloringr@gmail.com) Received: from mail-bw0-f211.google.com (mail-bw0-f211.google.com [209.85.218.211]) by mx1.freebsd.org (Postfix) with ESMTP id AB6938FC12 for ; Tue, 2 Feb 2010 19:32:50 +0000 (UTC) Received: by bwz3 with SMTP id 3so453306bwz.13 for ; Tue, 02 Feb 2010 11:32:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:x-face:mime-version:content-type :content-transfer-encoding:message-id; bh=BwugmkrYQ1RLS0pgsABalllm5CJw3wSgnBiUtNd+xco=; b=eveV41KNxhWtJqA1I2r0ihsx6r205JzENvt2LYIUBaBWp3QOUGO8KqvXs1jHivg3G6 Bpqouf16rGE/VVjf0JENhyRYcddyd9UToQJDM8QBNJCPOYFOhC6fNz3CYkPRB9UXR9c0 4tnYFoMcd3JfTDD46CQ8UmGZwcX0PsaWaneiI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:x-face :mime-version:content-type:content-transfer-encoding:message-id; b=gTWqfsmG4OlvRRVgyqzzb4kNCxFq5ut2XeelSG67cWn+xDdM5buaACHZv5Ubm3ZedA 1r/sndqmJVkMs0CJ0aC3ReYXpMf3x+eBCC86ErlzX2lj7N5eb3d5qExBHyWK41eXB7mL kcX9oplp2CvNeej6QCldZVGBDWLA1d8fSE6Zw= Received: by 10.204.42.6 with SMTP id q6mr994373bke.120.1265139169092; Tue, 02 Feb 2010 11:32:49 -0800 (PST) Received: from media.localnet (212.251.109.144.dsl.dyn.forthnet.gr [212.251.109.144]) by mx.google.com with ESMTPS id 14sm2876312bwz.13.2010.02.02.11.32.47 (version=SSLv3 cipher=RC4-MD5); Tue, 02 Feb 2010 11:32:48 -0800 (PST) From: Ed Jobs To: freebsd-questions@freebsd.org Date: Tue, 2 Feb 2010 21:33:07 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.32-ARCH; KDE/4.3.4; i686; ; ) References: <519098.74143.qm@web30807.mail.mud.yahoo.com> <20100202194146.c52cf36e.freebsd@edvax.de> In-Reply-To: <20100202194146.c52cf36e.freebsd@edvax.de> X-Face: %5EDs|At1pm>WE%P0}6)Hi*s,JH2J${69~j)R"Yu'^P9R3#fvi{LmpsCzxvX*38/, =?iso-8859-1?q?kxcUd=0A=09QVrlS0G?=,}-ll{||\P]; *'Gz`RTG+dzconmNyDY3rJHBmpEJkFj|; %vZO&~T")='B< =?iso-8859-1?q?=3B88=7E=5B=0A=09Cltx6=23=7DN*E?= MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart10044353.WQX693Z27y"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201002022133.07391.oloringr@gmail.com> Subject: Re: .zshrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 19:32:51 -0000 --nextPart10044353.WQX693Z27y Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Tuesday 02 of February 2010 20:41, Polytropon wrote: > I've taken your .zshrc content and installed zsh, but > whenever I started it, "echo $SHELL" tells me it is > /bin/csh... so I'm much more clueless now... :-) the $SHELL variable does not change when you run a subshell. but the=20 shell is launching. take for example: if you run `sh` under a csh login she= ll,=20 echo $SHELL reports /bin/csh, even tho you are running sh. > Furthermore, I think the syntax is wrong. You have to > use the format >=20 > alias name=3D'command -opt1 -opt2' correct > And I think - but that's a wild guess! - that the syntax > for your export commands should be different, too, such > as >=20 > HISTFILE=3D~/.zsh_history > HISTSIZE=3D50000 > SAVEHIST=3D50000 correct again =2D-=20 Real programmers don't document. If it was hard to write, it should be hard= =20 to understand. --nextPart10044353.WQX693Z27y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAktoffMACgkQBPpdVEWKA32cdwCgoEpsA1tPE2lMiMZBI0Bw4Lrs fggAoMMsiKo64sRgprvS6TUj8FqFc44L =BEhK -----END PGP SIGNATURE----- --nextPart10044353.WQX693Z27y--