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 22264
- From: Martin Richter <lawn.mower@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: who ate my .zshrc and .zcompdump ? Wanting to put all my .zsh files in one place.
- Date: Fri, 23 Dec 2016 22:23:23 +0100
- Cc: shirish शिरीष <shirishag75@xxxxxxxxx>
- 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>
Hi,
> This should have copied .zshrc and .zcompdump files to .zsh BUT
>
> /home/shirish/.zsh $ ls -lh
> total 0
`ls -a` should show you also the dot files. Example:
% cd /tmp
% touch .foo
% mkdir .bar
% mv .foo .bar
% ls -lh ./.bar
total 0
# No .foo there? ... wait!
% ls -a ./.bar
. .. .foo
# Ah, there it is!
HTH,
M.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author