From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15405 invoked by alias); 23 Dec 2016 21:12:02 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22263 Received: (qmail 15952 invoked from network); 23 Dec 2016 21:12:02 -0000 X-Qmail-Scanner-Diagnostics: from mail-qk0-f172.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.220.172):SA:0(-0.4/5.0):. Processed in 1.127024 secs); 23 Dec 2016 21:12:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: shirishag75@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.220.172 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=oq0zK6TFNZAyfmVb7tt7gLF+DjzTCnsd4WQXics1M0g=; b=jfI+cOjI3S092gyygVupma/Gv/qoYVRIvaOg+wSfZz9+gJI4Laxpmu1VgQB6K6Z4nC rzMIkpMr5RuSnnPh32HM/vSx5+aQcSX6uweHtXpbKc/vQgy1qehPVLQ2DH9bvfc/s1Fv Yt3U9l2siLFsnsj7c7P1Zxf78PGngjFXCwIUATkLk5B6qAQ8vwV3UvUO/yqUWcCwjT3u Ty6+ATEj8La3Wxh1SCDPHXYJR/DP9f43U7QlNKFN0idS1/A1RURR+EY9gKKbR04oqZti RAE+Hu1L65t9SXUKTVVs0BTMTgDOSof7Zth6/zTCwUO8ms/Dcf0gdyTpFzcUEE6Dqb9u R1QA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=oq0zK6TFNZAyfmVb7tt7gLF+DjzTCnsd4WQXics1M0g=; b=Qi22TSTjqNGqQvclZFygF9nH98jgrbN1S0CEa7L2FXsUWS6NY9ShwNEXU3lVIm+PGa yo8PcGDoJAp7xxABvNCC/VsFHU7PfEeTIXnaDs/TvM/ruBlA7ec6g3t5RXrMvWtxDJNL /w44e5ue8cmyyuhFx7UuJjKN8oYhkoNPqUjYdCZrs9H2VgmL83XUiBE0txYAxocMcYEK wBZ+50eJo3vIwggwxv0tAibuGUaJODR+hXA7c/mqTdq5BLPi41I8ZSC1FPBHalcvtcSR g9GNLnsB8PrEwSg5wclrUqHeAWGRJI+2s4/+m1ck0o66N/AagAEp8QtCLQ/X+0ym702r eZmg== X-Gm-Message-State: AIkVDXKX56ezQff9jVzuHvUJ2pex5nHerrmadkgZkrvg255Mdlb0Gl1tv6+mewDZDCu+WdQ6B87yRra9iLN5Nw== X-Received: by 10.55.27.65 with SMTP id b62mr14352167qkb.202.1482527116392; Fri, 23 Dec 2016 13:05:16 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?= Date: Sat, 24 Dec 2016 02:35:15 +0530 Message-ID: Subject: Re: who ate my .zshrc and .zcompdump ? Wanting to put all my .zsh files in one place. To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Please CC me when answering as I haven't subscribed, info. overloaded - Addition below - On 24/12/2016, shirish =E0=A4=B6=E0=A4=BF=E0=A4=B0=E0=A5=80=E0=A4=B7 wrote: > Hi all, > > I wanted to put all my now and future zsh files in one place. To do > this I did the following - > > a. In /etc/zsh/zshenv added/wrote - > > $ tail zshenv > # output or assume the shell is attached to a tty. > # > # Global Order: zshenv, zprofile, zshrc, zlogin > > if [[ -z "$PATH" || "$PATH" =3D=3D "/bin:/usr/bin" ]] > then > export PATH=3D"/usr/local/bin:/usr/bin:/bin:/usr/games" > fi > > export ZDOTDIR=3D"/home/shirish/.zsh/" > > Just the last line. > > Then on my user > > /home/shirish $ mv .zcompdump .zsh/ > /home/shirish $ mv .zshrc .zsh/ > > This should have copied .zshrc and .zcompdump files to .zsh BUT > > /home/shirish/.zsh $ ls -lh > total 0 > > So where have the files disappeared too ? > I do get output if I do a cat .zshrc within .zsh . For some reason the files are not just visible :( --=20 Regards, Shirish Agarwal =E0=A4=B6=E0=A4=BF=E0=A4=B0=E0=A5=80=E0=A4=B7 = =E0=A4=85=E0=A4=97=E0=A5=8D=E0=A4=B0=E0=A4=B5=E0=A4=BE=E0=A4=B2 My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com EB80 462B 08E1 A0DE A73A 2C2F 9F3D C7A4 E1C4 D2D8