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" 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? > >