dotfiles/.zprofile
2022-08-11 21:22:50 +02:00

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"