dotfiles/.zprofile

6 lines
197 B
Text
Raw Permalink Normal View History

# Executed by zsh when a login shell starts
# Mimic bash's default behavior (as an analogy) and source `~/.profile`
# (`~/.zlogin` is skipped as it comes after `~/.zshrc`)
source "$HOME/.profile"