Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: who ate my .zshrc and .zcompdump ? Wanting to put all my .zsh files in one place.
- X-seq: zsh-users 22263
- From: shirish शिरीष <shirishag75@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: who ate my .zshrc and .zcompdump ? Wanting to put all my .zsh files in one place.
- Date: Sat, 24 Dec 2016 02:35:15 +0530
- 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==
- In-reply-to: <CADdDZRmNHBbQTgG=uTeVxXQp65OZjY_m_jh+w0nfhkCjPVRcjw@mail.gmail.com>
- 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: <CADdDZRmNHBbQTgG=uTeVxXQp65OZjY_m_jh+w0nfhkCjPVRcjw@mail.gmail.com>
Please CC me when answering as I haven't subscribed, info. overloaded -
Addition below -
On 24/12/2016, shirish शिरीष <shirishag75@xxxxxxxxx> 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" == "/bin:/usr/bin" ]]
> then
> export PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
> fi
>
> export ZDOTDIR="/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 :(
--
Regards,
Shirish Agarwal शिरीष अग्रवाल
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author