Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: syncing .zsh* files
- X-seq: zsh-users 7809
- From: bkhl@xxxxxxxxxxxxxxx (Björn Lindström)
- To: zsh-users@xxxxxxxxxx
- Subject: Re: syncing .zsh* files
- Date: Fri, 06 Aug 2004 18:39:58 +0200
- Cancel-lock: sha1:FOXhsic+ETP0IYSfaM95wVyu4Dk=
- Mail-copies-to: never
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <198F38D4-E7C4-11D8-8E3F-000D93AD26C8@xxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
Timothy Luoma <lists@xxxxxxxxxxxx> writes:
> I'm interested in keeping my .zsh(rc|env) files synced across 3
> different machines.
>
> Anyone have any good techniques for doing so, especially when there
> are some things ($PATH) which are different on each machine?
>
> Should I have separate .zshenv files and the same .zshrc file perhaps?
>
> Do .zshrc and .zshenv both get used when logging in (ssh)?
I distribute patches for my dot-files across machines using darcs
(http://abridgegame.org/darcs/).
To simplify keeping track of the patches, I source .zshrc.local from
.zshrc, and put purely local stuff, there. OS-dependent stuff I let
.zshrc figure out with a few if:s.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author