From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23706 invoked from network); 11 Apr 1999 00:12:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Apr 1999 00:12:54 -0000 Received: (qmail 4054 invoked by alias); 11 Apr 1999 00:12:39 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2288 Received: (qmail 4047 invoked from network); 11 Apr 1999 00:12:38 -0000 Message-Id: <199904102357.TAA03805@ocalhost> Content-Type: text/plain MIME-Version: 1.0 X-Image-URL: http://www.peak.org/~luomat/luomat@peak.org.tiff From: Timothy J Luoma Date: Sat, 10 Apr 1999 19:57:14 -0400 To: zsh-users@sunsite.auc.dk Subject: How do *you* sync your zsh config files? Anyone else in this situation: I use zsh on 6 different accounts on 4 different machines (4 different versions of zsh, 3 different OSes) I'm constantly finding that I've added an alias on one account and want to use it on the others, but the machines are not such that I could make them identical (at least two different $USERNAMEs, and on 2 of the machines I don't have root access.... one of them I don't even have access to 'cc' or 'gcc' to build a more recent version of zsh). Does anyone else have advice on trying to keep these 4 separate accounts somewhat in sync, so I don't have to re-write every new function over and over again? I once tried a 'zlocal' file that I would keep all my local configurations, and keep everything else current, but that didn't work. I'm getting to the point of dumping everything in one big .zshenv (global config files are empty in most of these cases) but that's not really what I'd prefer... I like having my aliases/bindkeys/completions/etc all in different files, in case of an editing mistake in one file it is easier to locate and fix. TjL