Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zdotdir
- X-seq: zsh-users 18576
- From: Aaron Kaufman <aaron@xxxxxxxxxxxxxxxx>
- To: "Yuri D'Elia" <wavexx@xxxxxxxxxx>
- Subject: Re: zdotdir
- Date: Mon, 10 Mar 2014 05:01:46 -0700
- Cc: zsh-users@xxxxxxx
- In-reply-to: <lfk949$rs$1@ger.gmane.org>
- 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: <lfk949$rs$1@ger.gmane.org>
You can use 'source' to source any file name.
For example: source $HOME/.zsh/zprofile and so on.
I hope that helps.
On Mar 10, 2014 4:55 AM, "Yuri D'Elia" <wavexx@xxxxxxxxxx> wrote:
> I recently decided to move all my config files (.zshrc, .zprofile, etc)
> to ~/.zsh/, so in my ~/.zshenv I set:
>
> ZDOTDIR=~/.zsh
>
> However, I would like then the files not to have a leading dot, so I
> could just have
>
> ~/.zsh/zprofile like in /etc/.
>
> Is it possible?
>
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author