dotfiles/.config/zsh/.zprofile

6 lines
179 B
Text
Raw Normal View History

2022-08-08 23:59:31 +02:00
# Executed by zsh when a login shell starts
# Unify ~/.profile and ~/.zprofile conceptually
# (~/.zlogin is skipped here as it is sourced after ~/.zshrc)
source "$HOME/.profile"