6 lines
179 B
Text
6 lines
179 B
Text
|
# 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"
|