From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8427 invoked by alias); 23 Dec 2016 21:09:49 -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: 22262 Received: (qmail 5733 invoked from network); 23 Dec 2016 21:09:49 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt0-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.216.172):SA:0(-0.5/5.0):. Processed in 1.961379 secs); 23 Dec 2016 21:09:49 -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.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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.216.172 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=zY6pm6WQn/t8FePlQ1zb0xca5bNjW1pTZT8Pmoil2d4=; b=W6gCpbSpw7gNNuAvbjfnoleSxPKh9zkpASPhkvq2jTs6G1V1J4rV9jn51AuFEj0/av wPDQuC1zuHbUu5t5DfkCwtCTtQAwOgu2Sx3kHSfYF6e3PScJSdtKeq2cWi7bp1o7C8md fX143K0EPsSnnfHoRUi+rOIz6TKkcEdeKF9eLY/4L1cTIigtlWcnsxn5yL0s2swuCemE V6/1F1liwZzj7vHPb+5DIWgwTxpe9a6fJijwFu7FiHEWxTspjX56yPRshIdxlz5TCa74 d4gaO0CdSJJ+L+rPTGrJiCS8UDUwP4HtIipWOnaFSfuo26tXYMvY483B0pzLouasVxGH yAGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=zY6pm6WQn/t8FePlQ1zb0xca5bNjW1pTZT8Pmoil2d4=; b=R5XgXiQwS898t/hRkTmCfJiIfzLPIANXSCb+eJC++wjoFm9unC5ylVo0OwRLhw7U7/ Q6XFzptaIaMh5KB5psoyR11K2nG5zN+OSGM+lmoQe+L11fPM77XUbRZwploj7iCscnSR GiIoQPg5W/oNy27OwID7uK/6zu62KODRoR3S3m0+c+9p30R99WS/v+KUSJHF5BKQpbw1 UPBzZLLAC2x2DB9hYUkuv91BI4VANUufUWa/JQRvisfSE7U38epzzOXown9xBpJk6wcG MSKjDaJ8Vc/1RHh/Sy7NPBucEQMeFXzIQKXS6UZOoRz1+LI8z9eSOiIlw948iuBGB8K7 BrNg== X-Gm-Message-State: AIkVDXLeE1gaQ0U4fviC6yVlH9uNTkp3xwfbNrRghgD/DYu8JQuDfrGlcnC2ZH2acQbmyPsl/9EG1VB7gVDk3Q== X-Received: by 10.200.34.5 with SMTP id o5mr15534195qto.32.1482526962730; Fri, 23 Dec 2016 13:02:42 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?= Date: Sat, 24 Dec 2016 02:32:41 +0530 Message-ID: Subject: 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 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 ? --=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