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