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.



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