5 lines
179 B
Bash
5 lines
179 B
Bash
# 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"
|