Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Please implement auto-handling of ${HOME}/.zsh/
- X-seq: zsh-users 17723
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Please implement auto-handling of ${HOME}/.zsh/
- Date: Wed, 20 Mar 2013 17:25:41 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=ssxkgESsHltXoGVUnVy8ZMTOK24IdXZwNnHlXpshUYc=; b=Ia2rg63s3UDUbxfy4//k0oEopBsBIQ8+B8P7qz+yw3GmUqzTVByyci1yHitdi3gSus 4M2xIWEJ3BnaVkcVRvGIOhO9v+dk8OZkXU2gZUYu5p5X8GC2pmX6dMK8wq59WfBd+k3C AIq3i20L3Usoz647GIUGqhJzwXD+MJNt90/NiYXvBH3FGSQwZ3Djs03iWi3oa0CAuvd2 x4/gcCY9CHyHQsgKbKnvC3OJfC0HHbqEXL3UJe1q1zDfz4gc9f6DKwKk3Cla8n7aFIW7 fTF9EIzHs1dZbIOYqMxwD7l1GQJ/rftd7XxSxqn1f3GSaqO3btLjVRmriFh6d0l2BCjt uXRg==
- In-reply-to: <20130320205509.GD89285@phisen.local>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <ED2B935DE024BE43B79F5C1268FCE9EB58E59561@PRN-MBX01-2.TheFacebook.com> <20130320205509.GD89285@phisen.local>
On Wed, Mar 20, 2013 at 4:55 PM, Paul Hoffman <nkuitse@xxxxxxxxxxx> wrote:
> On Wed, Mar 20, 2013 at 07:16:39PM +0000, Larry Schrof wrote:
> > I have been dying for this for many years. I have a ton of zsh configs,
> > so I like to organize them in ~/.zsh/ , but here's the problem.
> >
> > First, I have to create a symlink ~/.zshenv and point it to
> ~/.zsh/.zshenv
> > Then, as the first thing to do in ~/.zsh/.zshenv, I have to do:
> > export ZDOTDIR=${HOME}/.zsh
> >
> > This is janky and is messier than it needs to be.
>
> Yes, but OTOH you only have to do it once.
>
Assuming this is your computer, you do something with /etc/z* which would
look for ~/.zsh and save you having to symlink ~/.zshenv
Personally I have all of my Zsh stuff in ~/Dropbox/etc/zsh/ and when I
setup a new system all I have to do is
ln -s Dropbox/etc/zsh/zshenv.sh .zshenv
ln -s Dropbox/etc/zsh/zshrc.sh .zshrc
hardly seems onerous.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author